]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35229: Deprecate _PyObject_GC_TRACK() (GH-10511)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 13 Nov 2018 12:14:56 +0000 (04:14 -0800)
committerGitHub <noreply@github.com>
Tue, 13 Nov 2018 12:14:56 +0000 (04:14 -0800)
commit60a6baef4005a32fb4cf45e15942ea18e59ecf19
tree63781064e7acff1ebffaeb47c627460dc84ede78
parent60cf26528b931215160a53fd61836dbe4f036009
bpo-35229: Deprecate _PyObject_GC_TRACK() (GH-10511)

Deprecate _PyObject_GC_TRACK() and _PyObject_GC_UNTRACK() in the
documentation. These macros are removed from Python 3.8 by the commit
1a6be91e6fd65ce9cb88cbbbb193db7e92ec6076.
(cherry picked from commit 55b4771d5d18d5ff7c095aa1ab750fe0c8bb5e67)

Co-authored-by: Victor Stinner <vstinner@redhat.com>
Doc/c-api/gcsupport.rst