| commit | 042f31da552c19054acd3ef7bb6cfd857bce172b | [log] [tgz] |
|---|---|---|
| author | Victor Stinner <vstinner@python.org> | Thu Feb 24 17:51:59 2022 +0100 |
| committer | GitHub <noreply@github.com> | Thu Feb 24 17:51:59 2022 +0100 |
| tree | d1aa8f20f873c89adebbac7072d80dceb19d32c4 | |
| parent | ec091bd47e2f968b0d1631b9a8104283a7beeb1b [diff] |
bpo-45459: C API uses type names rather than structure names (GH-31528) Thanks to the new pytypedefs.h, it becomes to use type names like PyObject rather like structure names like "struct _object".