[issue20884] importlib/__init__.py can not be loaded without __file__ - breaks cxFreeze

Nick Coghlan report at bugs.python.org
Mon Mar 10 22:25:32 CET 2014


Nick Coghlan added the comment:

It's at least a deferred blocker, and that's my instinct as to the right setting (especially since we're assuming that 3.4.1 will happen a month or so after the PyCon US sprints).

I'll dig into a bit more to see if I can provoke the misbehaviour (e.g. we may be avoiding it in the test suite by always unloading the frozen one before loading from source, so cx_freeze may be able to just skip loading the bootstrap module from source entirely in both 3.3 and 3.4 with no ill effects).

----------
keywords: +3.4regression
nosy: +ncoghlan

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20884>
_______________________________________


More information about the Python-bugs-list mailing list