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 corona10
Recipients corona10, vstinner
Date 2020-03-26.16:04:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1585238684.65.0.246012172449.issue40077@roundup.psfhosted.org>
In-reply-to
Content
Some of modules is not using PyType_FromSpec.
We need to convert them.

This changes can bring
- allow to destroy types at exit!
- allow subinterpreters to have their own "isolated" typ
History
Date User Action Args
2020-03-26 16:04:44corona10setrecipients: + corona10, vstinner
2020-03-26 16:04:44corona10setmessageid: <1585238684.65.0.246012172449.issue40077@roundup.psfhosted.org>
2020-03-26 16:04:44corona10linkissue40077 messages
2020-03-26 16:04:44corona10create