[New-bugs-announce] [issue8740] infinite recursion with setfilesystemencoding and pdb

Christophe Combelles report at bugs.python.org
Mon May 17 15:45:51 CEST 2010


New submission from Christophe Combelles <ccomb at free.fr>:

This leads to a maximum recursion depth error:

$ python3.1
>>> import sys, pdb
>>> sys.setfilesystemencoding('iso8859-7')
>>> pdb.set_trace()

I'm on ubuntu 10.04 x86_64, with LANG=fr_FR.utf8

----------
components: None
messages: 105904
nosy: ccomb
priority: normal
severity: normal
status: open
title: infinite recursion with setfilesystemencoding and pdb
type: behavior
versions: Python 3.1

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


More information about the New-bugs-announce mailing list