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 Arfrever, brett.cannon, lemburg, ncoghlan
Date 2012-09-25.14:29:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348583376.35.0.44662603492.issue16027@psf.upfronthosting.co.za>
In-reply-to
Content
Can you confirm this problem still exists on 3.3? The pkgutil emulation isn't used by runpy any more - with the migration to importlib, the interface that runpy invokes fails outright if no loader is found rather than falling back to the emulation (we only retained the emulation for backwards compatibility - it's a public API, so others may be using it directly).

I have a feeling that there may still be a couple of checks which are restricted to PY_SOURCE and PY_COMPILED that really should be allowing PY_FROZEN as well.
History
Date User Action Args
2012-09-25 14:29:36ncoghlansetrecipients: + ncoghlan, lemburg, brett.cannon, Arfrever
2012-09-25 14:29:36ncoghlansetmessageid: <1348583376.35.0.44662603492.issue16027@psf.upfronthosting.co.za>
2012-09-25 14:29:35ncoghlanlinkissue16027 messages
2012-09-25 14:29:35ncoghlancreate