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

Nick Coghlan report at bugs.python.org
Sun Mar 16 06:29:47 CET 2014


Nick Coghlan added the comment:

Status update:

- Brett added the porting note to What's New for 3.4.0 final.

- the fact importlib.__init__ can't currently be frozen due to the incidental use of __file__ is now just a bug to be fixed in 0.4.1, and fixing that will be the trigger for closing this issue.

- I'll file a separate bug about _frozen_importlib.__file__ being set erroneously.

----------

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


More information about the Python-bugs-list mailing list