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 Rhamphoryncus, amaury.forgeotdarc, barry, gregory.p.smith, jlaurila, jszakmeister, kristjan.jonsson, ncoghlan, neilo, pitrou, pjmcnerney, rhettinger, tlesher, vstinner
Date 2013-06-12.21:53:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1371074032.74.0.25292277455.issue3329@psf.upfronthosting.co.za>
In-reply-to
Content
py_setallocators-4.patch:
- Oh, I forgot another change: Py*_Get/SetAllocators() cannot fail anymore (because of an unknown API identifier), so the return type is now void

I just saw that I forgot ".. versionadded:: 3.4" in the doc.
History
Date User Action Args
2013-06-12 21:53:52vstinnersetrecipients: + vstinner, barry, rhettinger, gregory.p.smith, amaury.forgeotdarc, ncoghlan, Rhamphoryncus, pitrou, kristjan.jonsson, jszakmeister, tlesher, jlaurila, neilo, pjmcnerney
2013-06-12 21:53:52vstinnersetmessageid: <1371074032.74.0.25292277455.issue3329@psf.upfronthosting.co.za>
2013-06-12 21:53:52vstinnerlinkissue3329 messages
2013-06-12 21:53:52vstinnercreate