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 scoder
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-03-02.17:34:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1520012060.54.0.467229070634.issue32973@psf.upfronthosting.co.za>
In-reply-to
Content
> change the extension module cache to key on filename and init function name

... or on the pointer to the PyInit function. If that's the same, we obviously have the same extension module. If it differs, even for the same module name, then other globals of the modules will probably also be distinct.
History
Date User Action Args
2018-03-02 17:34:20scodersetrecipients: + scoder, twouters, brett.cannon, gregory.p.smith, amaury.forgeotdarc, ncoghlan, pitrou, vstinner, Arfrever, r.david.murray, petr.viktorin, asvetlov, eric.snow, eudoxos, Dormouse759
2018-03-02 17:34:20scodersetmessageid: <1520012060.54.0.467229070634.issue32973@psf.upfronthosting.co.za>
2018-03-02 17:34:20scoderlinkissue32973 messages
2018-03-02 17:34:20scodercreate