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
Date 2017-03-06.15:49:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488815356.69.0.0949094665659.issue29723@psf.upfronthosting.co.za>
In-reply-to
Content
I think Eryk's diagnosis is correct: this is a straight up bug in the original patch, where it's missing the check to only use the new logic when in isolated mode (as it's compensating for the fact that there is no extra sys.path[0] entry inserted in that case).

I mentioned that on the original issue http://bugs.python.org/issue29319#msg285904 but hadn't noticed that the relevant check was missing from the applied patch.
History
Date User Action Args
2017-03-06 15:49:16ncoghlansetrecipients: + ncoghlan, nedbat, ned.deily, eryksun
2017-03-06 15:49:16ncoghlansetmessageid: <1488815356.69.0.0949094665659.issue29723@psf.upfronthosting.co.za>
2017-03-06 15:49:16ncoghlanlinkissue29723 messages
2017-03-06 15:49:16ncoghlancreate