Message350570
| Author | vstinner |
|---|---|
| Recipients | rhettinger, serhiy.storchaka, vstinner |
| Date | 2019-08-26.21:35:12 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1566855312.28.0.135462323992.issue30162@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
We could add a _PyTuple_Init() function to ensure that the empty tuple singleton is created as soon as possible, as call it early, in pycore_init_types(). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-08-26 21:35:12 | vstinner | set | recipients: + vstinner, rhettinger, serhiy.storchaka |
| 2019-08-26 21:35:12 | vstinner | set | messageid: <1566855312.28.0.135462323992.issue30162@roundup.psfhosted.org> |
| 2019-08-26 21:35:12 | vstinner | link | issue30162 messages |
| 2019-08-26 21:35:12 | vstinner | create | |