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 petr.viktorin
Recipients Arfrever, Dormouse759, amaury.forgeotdarc, asvetlov, brett.cannon, eric.snow, eudoxos, gregory.p.smith, ncoghlan, petr.viktorin, pitrou, r.david.murray, scoder, twouters, vstinner
Date 2018-08-25.13:54:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1535205253.79.0.56676864532.issue32973@psf.upfronthosting.co.za>
In-reply-to
Content
That's quite problematic, since then you're sharing a mutable object across interpreters.
The user can store any attribute on module objects, including e.g. Python functions that reference their original interpreter's global state, but become callable in other interpreters.
History
Date User Action Args
2018-08-25 13:54:13petr.viktorinsetrecipients: + petr.viktorin, twouters, brett.cannon, gregory.p.smith, amaury.forgeotdarc, ncoghlan, pitrou, scoder, vstinner, Arfrever, r.david.murray, asvetlov, eric.snow, eudoxos, Dormouse759
2018-08-25 13:54:13petr.viktorinsetmessageid: <1535205253.79.0.56676864532.issue32973@psf.upfronthosting.co.za>
2018-08-25 13:54:13petr.viktorinlinkissue32973 messages
2018-08-25 13:54:13petr.viktorincreate