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 vstinner
Recipients vstinner
Date 2020-11-20.13:56:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1605880566.92.0.188230742987.issue42403@roundup.psfhosted.org>
In-reply-to
Content
I tried to rework how importlib/_bootstrap.py is imported and rework importlib/__init__.py code which imports _bootstrap.py and _bootstrap_external.py, but I introduced bugs. I prefer to leave the code as it is.

At least, _bootstrap_external.py is now able to use regular imports (for builtin modules) rather than requiring to inject modules afterwards.
History
Date User Action Args
2020-11-20 13:56:06vstinnersetrecipients: + vstinner
2020-11-20 13:56:06vstinnersetmessageid: <1605880566.92.0.188230742987.issue42403@roundup.psfhosted.org>
2020-11-20 13:56:06vstinnerlinkissue42403 messages
2020-11-20 13:56:06vstinnercreate