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 terry.reedy
Recipients corona10, eric.snow, terry.reedy, vstinner
Date 2020-05-16.01:10:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1589591416.58.0.0502394037239.issue40600@roundup.psfhosted.org>
In-reply-to
Content
Title clarified.  Leaving subinterpreters aside, only one instance, AFAIK, is true for stdlib and python modules unless imported with different names, as can happen with main module (which is a nuisance if not a bug).  So only once per interpreter seems like a bugfix.  Only once per process, if once per interpreter otherwise becomes normal, seems like an enhancement, even if a necessary option.
History
Date User Action Args
2020-05-16 01:10:16terry.reedysetrecipients: + terry.reedy, vstinner, eric.snow, corona10
2020-05-16 01:10:16terry.reedysetmessageid: <1589591416.58.0.0502394037239.issue40600@roundup.psfhosted.org>
2020-05-16 01:10:16terry.reedylinkissue40600 messages
2020-05-16 01:10:16terry.reedycreate