This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients jlowin, larry, ncoghlan, python-dev, yselivanov
Date 2014-03-27.22:45:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3fw1W94RKZz7LjX@mail.python.org>
In-reply-to
Content
New changeset 35302cc4fc93 by Yury Selivanov in branch 'default':
inspect: Fix getcallargs() to fail correctly if more than 3 args are missing.
http://hg.python.org/cpython/rev/35302cc4fc93

New changeset 9f06cbb7962b by Yury Selivanov in branch '3.4':
inspect: Fix getcallargs() to fail correctly if more than 3 args are missing.
http://hg.python.org/cpython/rev/9f06cbb7962b
History
Date User Action Args
2014-03-27 22:45:42python-devsetrecipients: + python-dev, ncoghlan, larry, yselivanov, jlowin
2014-03-27 22:45:42python-devlinkissue20817 messages
2014-03-27 22:45:42python-devcreate