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 jdemeyer
Recipients jdemeyer, methane
Date 2019-06-19.13:17:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560950255.77.0.808912515338.issue37340@roundup.psfhosted.org>
In-reply-to
Content
> GH-14232 uses only one free object instead of at most 256 free list.

That sounds like a compromise which is worse than either extreme: it's worse than no free list because you still have the overhead of dealing with the one object. And it's worse than a free list of 256 because it won't for nested calls.
History
Date User Action Args
2019-06-19 13:17:35jdemeyersetrecipients: + jdemeyer, methane
2019-06-19 13:17:35jdemeyersetmessageid: <1560950255.77.0.808912515338.issue37340@roundup.psfhosted.org>
2019-06-19 13:17:35jdemeyerlinkissue37340 messages
2019-06-19 13:17:35jdemeyercreate