Skip to content

Conversation

@vstinner
Copy link
Member

@vstinner vstinner commented Nov 13, 2018

Deprecate _PyObject_GC_TRACK() and _PyObject_GC_UNTRACK() in the
documentation. These macros are removed from Python 3.8 by the commit
1a6be91.

https://bugs.python.org/issue35229

Deprecate _PyObject_GC_TRACK() and _PyObject_GC_UNTRACK() in the
documentation. These macros are removed from Python 3.8 by the commit
1a6be91.
@vstinner vstinner changed the title bpo-35229: Deprecate _PyObject_GC_TRACK() [3.7] bpo-35229: Deprecate _PyObject_GC_TRACK() Nov 13, 2018
@vstinner vstinner merged commit 55b4771 into python:3.7 Nov 13, 2018
@miss-islington
Copy link
Contributor

Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.6.
🐍🍒⛏🤖

@vstinner vstinner deleted the deprecate_gc_track branch November 13, 2018 12:06
@bedevere-bot
Copy link

GH-10512 is a backport of this pull request to the 3.6 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Nov 13, 2018
Deprecate _PyObject_GC_TRACK() and _PyObject_GC_UNTRACK() in the
documentation. These macros are removed from Python 3.8 by the commit
1a6be91.
(cherry picked from commit 55b4771)

Co-authored-by: Victor Stinner <[email protected]>
miss-islington added a commit that referenced this pull request Nov 13, 2018
Deprecate _PyObject_GC_TRACK() and _PyObject_GC_UNTRACK() in the
documentation. These macros are removed from Python 3.8 by the commit
1a6be91.
(cherry picked from commit 55b4771)

Co-authored-by: Victor Stinner <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation in the Doc dir skip news

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants