[New-bugs-announce] [issue8076] sys.setfilesystemencoding('foo') causes segmentation fault

Florent Xicluna report at bugs.python.org
Sat Mar 6 01:47:15 CET 2010


New submission from Florent Xicluna <florent.xicluna at gmail.com>:

>>> 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.setfilesystemencoding('foo') causes segmentation fault
type: crash
versions: Python 3.1, Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8076>
_______________________________________


More information about the New-bugs-announce mailing list