Nick Coghlan added the comment:

Reading 
https://bitbucket.org/anthony_tuininga/cx_freeze/src/default/cx_Freeze/finder.py
 I have a suspicion that the import system reimplementation in there is going 
to need updates to handle PEP 451 (I suspect there are even latent defects in 
relation to Python 3.3 changes).

Setting this to pending for the moment - it needs someone that is more familiar 
than I am with cx-freeze internals to go over:

The import related changes in 
http://docs.python.org/3/whatsnew/3.3.html#porting-to-python-3-3
The import related changes in 
http://docs.python.org/dev/whatsnew/3.4.html#changes-in-the-python-api
The import system update in http://www.python.org/dev/peps/pep-0451/

In particular, issue 18065 (__path__ now being empty in frozen packages) seems 
like it might have the potential to cause trouble.

----------
status: open -> pending

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20884>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to