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 David.Pritchard
Recipients David.Pritchard, brett.cannon, christian.heimes, eric.snow, meador.inge, pitrou
Date 2013-01-03.20:30:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357245039.48.0.560320864049.issue16730@psf.upfronthosting.co.za>
In-reply-to
Content
Here's an example where Python 3.3.0 crashes, but where the patched code works. I have only been able to trigger the bug when PYTHONPATH is set (even if to an empty value). 

(1) create a directory
(2) chmod a-rw+x on that directory
(3) export PYTHONPATH=""
(4) python3 from within that directory: should crash on loading

Note, without step (3) the error does not occur. Alternatively, do (1), (2),

(3') set PYTHONPATH to that -rw'ed directory
(4') python3 from outside of that directory: should crash on loading
History
Date User Action Args
2013-01-03 20:30:39David.Pritchardsetrecipients: + David.Pritchard, brett.cannon, pitrou, christian.heimes, meador.inge, eric.snow
2013-01-03 20:30:39David.Pritchardsetmessageid: <1357245039.48.0.560320864049.issue16730@psf.upfronthosting.co.za>
2013-01-03 20:30:39David.Pritchardlinkissue16730 messages
2013-01-03 20:30:39David.Pritchardcreate