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 corona10, eric.snow, vstinner
Date 2020-06-05.01:16:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1591319761.22.0.948186080752.issue40514@roundup.psfhosted.org>
In-reply-to
Content
I started to *remove* a few"#ifdef EXPERIMENTAL_ISOLATED_SUBINTERPRETERS":

* commit 88ec9190105c9b03f49aaef601ce02b242a75273: Make list free list per-interpreter
* commit 3744ed2c9c0b3905947602fc375de49533790cb9: Make frame free list per-interpreter
* PR 20645 (under review): Make dict free lists per-interpreter
History
Date User Action Args
2020-06-05 01:16:01vstinnersetrecipients: + vstinner, eric.snow, corona10
2020-06-05 01:16:01vstinnersetmessageid: <1591319761.22.0.948186080752.issue40514@roundup.psfhosted.org>
2020-06-05 01:16:01vstinnerlinkissue40514 messages
2020-06-05 01:16:01vstinnercreate