Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python 3.9 compatibility: Use PyObject_GC_IsTracked() #91

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

stefanor
Copy link

Replace _PyObject_GC_IS_TRACKED() with PyObject_GC_IsTracked().
This is the new public API from Python 3.9, relegating _PyObject_GC_IS_TRACKED() to private internal use.

Fixes: #90

Replace _PyObject_GC_IS_TRACKED() with PyObject_GC_IsTracked().
This is the new public API from Python 3.9, relegating
_PyObject_GC_IS_TRACKED() to private internal use.

Fixes: DanielStutzbach#90
@stefanor stefanor changed the title Python 3.9 compatibility Python 3.9 compatibility: Replace _PyObject_GC_IS_TRACKED() with PyObject_GC_IsTracked() Oct 15, 2020
@stefanor stefanor changed the title Python 3.9 compatibility: Replace _PyObject_GC_IS_TRACKED() with PyObject_GC_IsTracked() Python 3.9 compatibility: Use PyObject_GC_IsTracked() Oct 15, 2020
@mzpqnxow mzpqnxow mentioned this pull request Aug 22, 2021
@stefanor stefanor mentioned this pull request Nov 18, 2021
swapnil-kura

This comment was marked as duplicate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error building with python3.9
2 participants