diff options
author | Victor Stinner <vstinner@python.org> | 2020-04-08 02:26:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-08 02:26:41 +0200 |
commit | 307b9d0144e719b016a47fcc43397c070615e01e (patch) | |
tree | 0158f91ba20b35a0c927a65c045c49ff7eeb0387 /Python | |
parent | a15e260b708a98edaba86a2aa663c3f6b2abc964 (diff) | |
download | cpython-git-307b9d0144e719b016a47fcc43397c070615e01e.tar.gz |
bpo-40170: Remove PyIndex_Check() macro (GH-19428)
Always declare PyIndex_Check() as an opaque function to hide
implementation details: remove PyIndex_Check() macro. The macro
accessed directly the PyTypeObject.tp_as_number member.
Diffstat (limited to 'Python')
0 files changed, 0 insertions, 0 deletions