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.snow, nascheme, ncoghlan, vstinner
Date 2018-11-23.15:41:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1542987687.76.0.788709270274.issue35296@psf.upfronthosting.co.za>
In-reply-to
Content
I decided to merge my PR because I started to *remove* functions from the public C API to move them to the CPython internal API: _PyObject_GC_TRACK() and _PyObject_GC_UNTRACK() are two examples from bpo-35081. So some people might want even more to use the internal API. The main issue with this API is the requirement to use the same compiler with the same compilation options, especially to access atomic variables.
History
Date User Action Args
2018-11-23 15:41:27vstinnersetrecipients: + vstinner, nascheme, ncoghlan, eric.snow
2018-11-23 15:41:27vstinnersetmessageid: <1542987687.76.0.788709270274.issue35296@psf.upfronthosting.co.za>
2018-11-23 15:41:27vstinnerlinkissue35296 messages
2018-11-23 15:41:27vstinnercreate