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 eric.snow
Recipients eric.snow, ncoghlan, vstinner, yselivanov
Date 2017-07-05.21:12:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499289169.57.0.353065445133.issue30860@psf.upfronthosting.co.za>
In-reply-to
Content
One thing I'd like to also try is to use a freelist embedded in _PyRuntimeState for the PyInterpreterState and PyThreadState linked lists.
History
Date User Action Args
2017-07-05 21:12:49eric.snowsetrecipients: + eric.snow, ncoghlan, vstinner, yselivanov
2017-07-05 21:12:49eric.snowsetmessageid: <1499289169.57.0.353065445133.issue30860@psf.upfronthosting.co.za>
2017-07-05 21:12:49eric.snowlinkissue30860 messages
2017-07-05 21:12:49eric.snowcreate