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 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:12vstinnersetrecipients: + vstinner, rhettinger, serhiy.storchaka
2019-08-26 21:35:12vstinnersetmessageid: <1566855312.28.0.135462323992.issue30162@roundup.psfhosted.org>
2019-08-26 21:35:12vstinnerlinkissue30162 messages
2019-08-26 21:35:12vstinnercreate