This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ncoghlan
Recipients eric.frederich, ncoghlan, paul.moore, python-dev, steve.dower, tim.golden, zach.ware
Date 2017-03-10.01:53:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1489110800.53.0.212089689676.issue29319@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2017-03-10 01:53:20ncoghlansetrecipients: + ncoghlan, paul.moore, tim.golden, python-dev, eric.frederich, zach.ware, steve.dower
2017-03-10 01:53:20ncoghlansetmessageid: <1489110800.53.0.212089689676.issue29319@psf.upfronthosting.co.za>
2017-03-10 01:53:20ncoghlanlinkissue29319 messages
2017-03-10 01:53:19ncoghlancreate