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 Aaron Hall, benjamin.peterson, mark.dickinson, miss-islington, serhiy.storchaka, thatiparthy, vstinner
Date 2018-10-29.19:30:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1540841444.9.0.788709270274.issue35059@psf.upfronthosting.co.za>
In-reply-to
Content
TODO: Convert _PyObject_GC_TRACK() and _PyObject_GC_UNTRACK() macros to static inline functions, but there are inter-dependencies issues: see bpo-35081 and
https://mail.python.org/pipermail/python-dev/2018-October/155592.html
History
Date User Action Args
2018-10-29 19:30:44vstinnersetrecipients: + vstinner, mark.dickinson, benjamin.peterson, serhiy.storchaka, thatiparthy, Aaron Hall, miss-islington
2018-10-29 19:30:44vstinnersetmessageid: <1540841444.9.0.788709270274.issue35059@psf.upfronthosting.co.za>
2018-10-29 19:30:44vstinnerlinkissue35059 messages
2018-10-29 19:30:44vstinnercreate