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 pablogsal
Recipients pablogsal, scoder, serhiy.storchaka
Date 2019-06-01.17:08:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559408887.45.0.0472005950128.issue37122@roundup.psfhosted.org>
In-reply-to
Content
New changeset cd74e66a8c420be675fd2fbf3fe708ac02ee9f21 by Pablo Galindo in branch 'master':
bpo-37122: Make co->co_argcount represent the total number of positonal arguments in the code object (GH-13726)
https://github.com/python/cpython/commit/cd74e66a8c420be675fd2fbf3fe708ac02ee9f21
History
Date User Action Args
2019-06-01 17:08:07pablogsalsetrecipients: + pablogsal, scoder, serhiy.storchaka
2019-06-01 17:08:07pablogsalsetmessageid: <1559408887.45.0.0472005950128.issue37122@roundup.psfhosted.org>
2019-06-01 17:08:07pablogsallinkissue37122 messages
2019-06-01 17:08:07pablogsalcreate