Issue 20235: Argument Clinic: recover a bit more gracefully from exceptions
Issue20235
Created on 2014-01-13 07:02 by georg.brandl, last changed 2022-04-11 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| clinic_exception_reporting.patch | georg.brandl, 2014-01-13 07:02 | review | ||
| Messages (4) | |||
|---|---|---|---|
| msg208008 - (view) | Author: Georg Brandl (georg.brandl) * ![]() |
Date: 2014-01-13 07:02 | |
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. |
|||
| msg208196 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * ![]() |
Date: 2014-01-15 20:54 | |
LGTM. This patch helps me (issue20273). Thank you. |
|||
| msg208197 - (view) | Author: Larry Hastings (larry) * ![]() |
Date: 2014-01-15 21:18 | |
LGTM, please commit. |
|||
| msg208241 - (view) | Author: Roundup Robot (python-dev) ![]() |
Date: 2014-01-16 05:53 | |
New changeset acd31653e3b4 by Georg Brandl in branch 'default': Closes #20235: Report file and line on unexpected exceptions in Argument Clinic. http://hg.python.org/cpython/rev/acd31653e3b4 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:57:56 | admin | set | github: 64434 |
| 2014-01-16 05:53:43 | python-dev | set | status: open -> closed nosy:
+ python-dev resolution: fixed |
| 2014-01-15 21:18:36 | larry | set | messages: + msg208197 |
| 2014-01-15 20:54:02 | serhiy.storchaka | set | versions:
+ Python 3.4 messages: + msg208196 components:
+ Demos and Tools |
| 2014-01-15 20:49:50 | serhiy.storchaka | set | nosy:
+ serhiy.storchaka |
| 2014-01-13 07:02:27 | georg.brandl | create | |

