[issue8076] sys.setfilesystemencoding('foo') causes segmentation fault

2010-03-24 Thread STINNER Victor
STINNER Victor added the comment: Duplicate of #8226 (ok, it should be the opposite, but #8226 had a patch ;-)). -- nosy: +haypo resolution: -> duplicate status: open -> closed ___ Python tracker _

[issue8076] sys.setfilesystemencoding('foo') causes segmentation fault

2010-03-05 Thread Ezio Melotti
Ezio Melotti added the comment: On 3.2 on Linux and 3.1 on Windows I get: [...] File "C:\Programmi\Python31\lib\encodings\__init__.py", line 98, in search_fun ction level=0) File "C:\Programmi\Python31\lib\encodings\__init__.py", line 98, in search_fun ction level=0) File "C:\Pro

[issue8076] sys.setfilesystemencoding('foo') causes segmentation fault

2010-03-05 Thread Florent Xicluna
New submission from Florent Xicluna : >>> import sys >>> sys.setfilesystemencoding('foo') >>> open('something') Segmentation Fault -- components: Interpreter Core messages: 100507 nosy: flox priority: normal severity: normal stage: test needed status: open title: sys.setfilesystemencodin