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

Use PyObject_GC_UnTrack for python >= 3.6 #1587

Merged
merged 1 commit into from
Jul 18, 2019
Merged

Use PyObject_GC_UnTrack for python >= 3.6 #1587

merged 1 commit into from
Jul 18, 2019

Conversation

gicmo
Copy link
Contributor

@gicmo gicmo commented Jul 12, 2019

The PyObject_GC_UnTrack macro got deprecated in 3.6 and finally removed in 3.8. Thus for all python versions >= 3.6 instead used PyObject_GC_UnTrack.

Closes issue #1586

Lib/python/builtin.swg Outdated Show resolved Hide resolved
The _PyObject_GC_UNTRACK[1] macro got deprecated in 3.6 and finally
removed in 3.8. Therefore use PyObject_GC_UnTrack instead.

[1] https://docs.python.org/3/c-api/gcsupport.html#c._PyObject_GC_UNTRACK
@wsfulton wsfulton merged commit db98227 into swig:master Jul 18, 2019
@gicmo gicmo deleted the py3.8 branch July 18, 2019 11:57
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.

None yet

2 participants