Issue 20143: Argument Clinic: negative line numbers (original) (raw)

Issue20143

Created on 2014-01-06 14:19 by serhiy.storchaka, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (4)
msg207434 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2014-01-06 14:19
In case of error Argument Clinic sometimes reports negative line numbers.
msg207468 - (view) Author: Larry Hastings (larry) * (Python committer) Date: 2014-01-06 18:52
I've seen the problem before, but was too busy to fix it. Give me a reproducable test case and I'll fix it.
msg207469 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2014-01-06 19:10
New changeset 9c8d31d69044 by Larry Hastings in branch 'default': Issue #20143: The line numbers reported in Argument Clinic errors are http://hg.python.org/cpython/rev/9c8d31d69044
msg207470 - (view) Author: Larry Hastings (larry) * (Python committer) Date: 2014-01-06 19:12
Oh, golly, this was one of those "what was I thinking?" sorts of bugs. The problem (and the fix) was obvious once I stared at it long enough.
History
Date User Action Args
2022-04-11 14:57:56 admin set github: 64342
2014-01-06 19:12:10 larry set status: open -> closedresolution: fixedmessages: + stage: resolved
2014-01-06 19:10:56 python-dev set nosy: + python-devmessages: +
2014-01-06 18:52:16 larry set assignee: larrymessages: +
2014-01-06 14:19:53 serhiy.storchaka create