[issue20292] clinic.py str_converter with encoding throws exception

Ryan Smith-Roberts report at bugs.python.org
Sat Jan 18 05:50:51 CET 2014


New submission from Ryan Smith-Roberts:

Find test file attached. The exception:

Exception raised during parsing:
Traceback (most recent call last):
...
  File "proj/python/trunk.hg/Tools/clinic/clinic.py", line 1535, in render
    self.parse_argument(data.parse_arguments)
  File "proj/python/trunk.hg/Tools/clinic/clinic.py", line 1563, in parse_argument
    list.append(c_repr(self.encoding))
NameError: global name 'c_repr' is not defined

----------
components: Build
files: clinic_encoding_exception.c
messages: 208384
nosy: larry, rmsr
priority: normal
severity: normal
status: open
title: clinic.py str_converter with encoding throws exception
type: crash
versions: Python 3.4
Added file: http://bugs.python.org/file33522/clinic_encoding_exception.c

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


More information about the Python-bugs-list mailing list