New submission from Arfrever Frehtes Taifersar Arahesis 
<arfrever....@gmail.com>:

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

----------
components: Interpreter Core, Unicode
messages: 106066
nosy: Arfrever, haypo
priority: normal
severity: normal
status: open
title: Segmentation fault with empty "encodings" subdirectory of directory in 
PYTHONPATH
type: crash
versions: Python 3.1, Python 3.2

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8766>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to