Message368670
"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 |
|
| Date |
User |
Action |
Args |
| 2020-05-11 22:25:02 | vstinner | set | recipients:
+ vstinner, eric.snow, corona10, shihai1991, aeros |
| 2020-05-11 22:25:02 | vstinner | set | messageid: <[email protected]> |
| 2020-05-11 22:25:02 | vstinner | link | issue40512 messages |
| 2020-05-11 22:25:02 | vstinner | create | |
|