[issue40077] Convert static types to PyType_FromSpec()

Dong-hee Na report at bugs.python.org
Thu Mar 26 12:04:44 EDT 2020


New submission from Dong-hee Na <donghee.na92 at gmail.com>:

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

----------
messages: 365087
nosy: corona10, vstinner
priority: normal
severity: normal
status: open
title: Convert static types to PyType_FromSpec()

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40077>
_______________________________________


More information about the Python-bugs-list mailing list