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 ncoghlan
Recipients brett.cannon, eric.smith, eric.snow, ncoghlan, pitrou
Date 2012-04-24.04:40:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335242418.38.0.457809991662.issue14657@psf.upfronthosting.co.za>
In-reply-to
Content
My preference would also be for _frozen_importlib._bootstrap to overwrite as much evidence of itself as it can with the "real" one.

This would also mean that changes to importlib._bootstrap would actually take effect for user code almost immediately, *without* rebuilding Python, as the frozen version would *only* be used to get hold of the pure Python version.
History
Date User Action Args
2012-04-24 04:40:18ncoghlansetrecipients: + ncoghlan, brett.cannon, pitrou, eric.smith, eric.snow
2012-04-24 04:40:18ncoghlansetmessageid: <1335242418.38.0.457809991662.issue14657@psf.upfronthosting.co.za>
2012-04-24 04:40:17ncoghlanlinkissue14657 messages
2012-04-24 04:40:17ncoghlancreate