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 aeros, corona10, eric.snow, shihai1991, vstinner
Date 2020-05-11.22:25:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1589235902.97.0.0623678300078.issue40512@roundup.psfhosted.org>
In-reply-to
Content
"Static" types are shared by all interpreters. We should convert them to heap allocated types using PyType_FromSpec(), see:

* bpo-40077: Convert static types to PyType_FromSpec()
* bpo-40601: [C API] Hide static types from the limited C API
History
Date User Action Args
2020-05-11 22:25:02vstinnersetrecipients: + vstinner, eric.snow, corona10, shihai1991, aeros
2020-05-11 22:25:02vstinnersetmessageid: <1589235902.97.0.0623678300078.issue40512@roundup.psfhosted.org>
2020-05-11 22:25:02vstinnerlinkissue40512 messages
2020-05-11 22:25:02vstinnercreate