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 <[email protected]>
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: <[email protected]>
2019-05-10 20:15:42eric.snowlinkissue36877 messages
2019-05-10 20:15:42eric.snowcreate