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 <rep...@bugs.python.org>
<http://bugs.python.org/issue20292>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to