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 Greg Price, eric.snow, nanjekyejoannah, serhiy.storchaka, vstinner
Date 2019-08-21.11:07:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1566385651.99.0.143091586651.issue37872@roundup.psfhosted.org>
In-reply-to
Content
Why should we move static variables as globals? What is the rationale?

_Py_IDENTIFIER uses a linked list internally to be able to free all these strings at Python exit.
History
Date User Action Args
2019-08-21 11:07:32vstinnersetrecipients: + vstinner, eric.snow, serhiy.storchaka, Greg Price, nanjekyejoannah
2019-08-21 11:07:31vstinnersetmessageid: <1566385651.99.0.143091586651.issue37872@roundup.psfhosted.org>
2019-08-21 11:07:31vstinnerlinkissue37872 messages
2019-08-21 11:07:31vstinnercreate