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 christian.heimes, db3l, eric.snow, maciej.szulik, pablogsal, phsilva, vinay.sajip, vstinner
Date 2020-05-15.01:37:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1589506653.54.0.78239455033.issue36876@roundup.psfhosted.org>
In-reply-to
Content
More and more C extensions are converted to multiphase initialization API (PEP 489) and their global variables are moved into a new module state.

bpo-39465 will make _Py_IDENTIFIER compatible with subinterpreters.

See also bpo-40521 for caches like free lists and Unicode interned strings.
History
Date User Action Args
2020-05-15 01:37:33vstinnersetrecipients: + vstinner, vinay.sajip, db3l, christian.heimes, phsilva, eric.snow, maciej.szulik, pablogsal
2020-05-15 01:37:33vstinnersetmessageid: <1589506653.54.0.78239455033.issue36876@roundup.psfhosted.org>
2020-05-15 01:37:33vstinnerlinkissue36876 messages
2020-05-15 01:37:33vstinnercreate