[issue29319] Embedded 3.6.0 distribution cannot run pyz files

Nick Coghlan report at bugs.python.org
Thu Mar 9 20:53:20 EST 2017


Nick Coghlan added the comment:

Issue 29723 is a follow up issue to this one, where these changes revealed some latent defects in how sys.path[0] was being initialised in general for directory and zipfile execution (those defects mean the change committed here adds an extra directory to sys.path when *not* running in isolated mode).

Paul, are you in a position to rebuild 3.6 with the changes from https://github.com/python/cpython/pull/575 and indicate whether or not that still fixes the original problem?

----------

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


More information about the Python-bugs-list mailing list