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 <[email protected]>
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: <[email protected]>
2017-07-05 21:12:49eric.snowlinkissue30860 messages
2017-07-05 21:12:49eric.snowcreate