This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients Eric Cousineau, pablogsal, pitrou, vstinner
Date 2020-04-11.00:25:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1586564722.12.0.424350872549.issue40240@roundup.psfhosted.org>
In-reply-to
Content
New changeset f13072b8a89a922285737988b086beb4b06c6648 by Pablo Galindo in branch 'master':
bpo-40241: Add PyObject_GC_IsTracked and PyObject_GC_IsFinalized to the public C-API (GH-19461)
https://github.com/python/cpython/commit/f13072b8a89a922285737988b086beb4b06c6648
History
Date User Action Args
2020-04-11 00:25:22vstinnersetrecipients: + vstinner, pitrou, pablogsal, Eric Cousineau
2020-04-11 00:25:22vstinnersetmessageid: <1586564722.12.0.424350872549.issue40240@roundup.psfhosted.org>
2020-04-11 00:25:22vstinnerlinkissue40240 messages
2020-04-11 00:25:22vstinnercreate