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 vstinner
Date 2019-11-21.07:52:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1574322774.2.0.769938523394.issue38858@roundup.psfhosted.org>
In-reply-to
Content
> bpo-38858: Allocate small integers on the heap (GH-17301)

I associated this change to this issue because I had troubles when I tried to call _PyLong_Fini() in subinterpreters. I'm now trying to have different small integers per interpreter.
History
Date User Action Args
2019-11-21 07:52:54vstinnersetrecipients: + vstinner
2019-11-21 07:52:54vstinnersetmessageid: <1574322774.2.0.769938523394.issue38858@roundup.psfhosted.org>
2019-11-21 07:52:54vstinnerlinkissue38858 messages
2019-11-21 07:52:54vstinnercreate