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 dmalcolm
Recipients dmalcolm, pitrou
Date 2012-05-14.18:45:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337021155.73.0.767788569672.issue14785@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks.  I'm attaching an updated version of the patch, wrapping all new C entrypoints within a #ifndef Py_LIMITED_API

I also moved the existing _PyObject_DebugMallocStats() entrypoint to within a #ifndef Py_LIMITED_API.  As noted above, it is not documented (and these patches change it from accepting void to a FILE*).
History
Date User Action Args
2012-05-14 18:45:56dmalcolmsetrecipients: + dmalcolm, pitrou
2012-05-14 18:45:55dmalcolmsetmessageid: <1337021155.73.0.767788569672.issue14785@psf.upfronthosting.co.za>
2012-05-14 18:45:55dmalcolmlinkissue14785 messages
2012-05-14 18:45:54dmalcolmcreate