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 eryksun, ncoghlan, ned.deily, nedbat, steve.dower
Date 2017-03-09.06:31:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1489041083.61.0.846526114814.issue29723@psf.upfronthosting.co.za>
In-reply-to
Content
OK, https://github.com/python/cpython/pull/575 is the new PR that covers everything needed to fix the root cause of the problem (which was the entirely unnecessary add-and-overwrite dance that zipfile and directory executation was doing for sys.path[0])
History
Date User Action Args
2017-03-09 06:31:23ncoghlansetrecipients: + ncoghlan, nedbat, ned.deily, eryksun, steve.dower
2017-03-09 06:31:23ncoghlansetmessageid: <1489041083.61.0.846526114814.issue29723@psf.upfronthosting.co.za>
2017-03-09 06:31:23ncoghlanlinkissue29723 messages
2017-03-09 06:31:23ncoghlancreate