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 xtreak
Recipients cjw296, guboi72, jekin000, jwdevel, mariocj89, michael.foord, rbcollins, xtreak
Date 2019-08-01.06:00:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1564639238.91.0.484484204731.issue26752@roundup.psfhosted.org>
In-reply-to
Content
I proposed a PR for issue36871 which has the same issue with constructor signature being used for method calls when specced. I also checked the patch with the examples reported here regarding signature mismatch and they seem to be fixed. So perhaps this can be closed once issue36871 is merged. The issue with error message being cryptic in issue27715 when self is passed or not for sig.bind is not yet solved though.

Please let me know if there is anything missed with the PR 13261 so that I can add relevant tests. Thanks.
History
Date User Action Args
2019-08-01 06:00:38xtreaksetrecipients: + xtreak, rbcollins, cjw296, michael.foord, jekin000, jwdevel, mariocj89, guboi72
2019-08-01 06:00:38xtreaksetmessageid: <1564639238.91.0.484484204731.issue26752@roundup.psfhosted.org>
2019-08-01 06:00:38xtreaklinkissue26752 messages
2019-08-01 06:00:38xtreakcreate