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 eric.snow
Recipients eric.snow, vstinner
Date 2019-05-10.20:15:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557519342.26.0.709575411099.issue36877@roundup.psfhosted.org>
In-reply-to
Content
In conjunction with #36876, there are a bunch of currently ignored globals (in Tools/c-globals/ignored-globals.txt) that should actually be moved to per-interpreter runtime state.  This mostly applies to any globals that point to one or more objects, since objects must not be shared by interpreters.
History
Date User Action Args
2019-05-10 20:15:42eric.snowsetrecipients: + eric.snow, vstinner
2019-05-10 20:15:42eric.snowsetmessageid: <1557519342.26.0.709575411099.issue36877@roundup.psfhosted.org>
2019-05-10 20:15:42eric.snowlinkissue36877 messages
2019-05-10 20:15:42eric.snowcreate