Message368670
| 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:02 | vstinner | set | recipients: + vstinner, eric.snow, corona10, shihai1991, aeros |
| 2020-05-11 22:25:02 | vstinner | set | messageid: <1589235902.97.0.0623678300078.issue40512@roundup.psfhosted.org> |
| 2020-05-11 22:25:02 | vstinner | link | issue40512 messages |
| 2020-05-11 22:25:02 | vstinner | create | |