[issue20235] Argument Clinic: recover a bit more gracefully from exceptions

Georg Brandl report at bugs.python.org
Mon Jan 13 08:02:27 CET 2014


New submission from Georg Brandl:

I had specified c_default=-1 (note missing quotes) somewhere, and it raises an exception during the clinic --make run; there was no indication which file/line this was on.

Suggested patch attached.

----------
assignee: larry
files: clinic_exception_reporting.patch
keywords: patch
messages: 208008
nosy: georg.brandl, larry
priority: normal
severity: normal
status: open
title: Argument Clinic: recover a bit more gracefully from exceptions
Added file: http://bugs.python.org/file33440/clinic_exception_reporting.patch

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


More information about the Python-bugs-list mailing list