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 Arfrever
Recipients Arfrever, vstinner
Date 2010-05-19.13:27:20
SpamBayes Score 0.014797335
Marked as misclassified No
Message-id <1274275642.68.0.971287952925.issue8766@psf.upfronthosting.co.za>
In-reply-to
Content
Python 3.1 and 3.2 fail with segmentation fault when a directory in PYTHONPATH contains an empty "encodings" subdirectory.

$ cd /tmp 
$ mkdir encodings
$ PYTHONPATH=. python3.1
Segmentation fault
History
Date User Action Args
2010-05-19 13:27:22Arfreversetrecipients: + Arfrever, vstinner
2010-05-19 13:27:22Arfreversetmessageid: <1274275642.68.0.971287952925.issue8766@psf.upfronthosting.co.za>
2010-05-19 13:27:20Arfreverlinkissue8766 messages
2010-05-19 13:27:20Arfrevercreate