Amaury Forgeot d'Arc <amaur...@gmail.com> added the comment:

IMO dependencies is not a big issue here.  In the worst case, the developer can 
build a second time...

I think your patch won't work on Unix machines: _freeze_importlib.c is linked 
with all Python files *except* frozen.c which defines PyImport_FrozenModules.  
#ifdef should be used IMO.

Also, I noticed that the marshalled code is different. The first difference a 
32bit vs. 64bit issue: 0xFFFFFFFF is marshalled as a TYPE_INT64 on 64bit 
platforms, but as a TYPE_LONG on 32bit platforms.  See issue15466.

----------
dependencies: +Python/importlib.h is different on 32bit and 64bit

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

Reply via email to