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 ncoghlan
Recipients Decorater, eric.snow, ncoghlan, serhiy.storchaka, vstinner
Date 2017-11-22.10:37:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1511347051.73.0.213398074469.issue32096@psf.upfronthosting.co.za>
In-reply-to
Content
Speaking of surprises with static initialization of the runtime allocations: both PRs are failing in CI, suggesting that the changes that Py_Initialize makes to the allocator settings aren't being reverted in Py_Finalize, so there's a mismatch between the allocation function and the deallocation function.
History
Date User Action Args
2017-11-22 10:37:31ncoghlansetrecipients: + ncoghlan, vstinner, eric.snow, serhiy.storchaka, Decorater
2017-11-22 10:37:31ncoghlansetmessageid: <1511347051.73.0.213398074469.issue32096@psf.upfronthosting.co.za>
2017-11-22 10:37:31ncoghlanlinkissue32096 messages
2017-11-22 10:37:31ncoghlancreate