[issue20143] Argument Clinic: negative line numbers

2014-01-06 Thread Roundup Robot
Roundup Robot added the comment: 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 -- nosy: +python-dev ___ Python trac

[issue20143] Argument Clinic: negative line numbers

2014-01-06 Thread Larry Hastings
Larry Hastings added the comment: 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. -- resolution: -> fixed stage: -> committed/rejected status: open -> closed ___

[issue20143] Argument Clinic: negative line numbers

2014-01-06 Thread Larry Hastings
Larry Hastings added the comment: I've seen the problem before, but was too busy to fix it. Give me a reproducable test case and I'll fix it. -- assignee: -> larry ___ Python tracker

[issue20143] Argument Clinic: negative line numbers

2014-01-06 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: In case of error Argument Clinic sometimes reports negative line numbers. -- messages: 207434 nosy: larry, serhiy.storchaka priority: normal severity: normal status: open title: Argument Clinic: negative line numbers type: behavior versions: Python 3