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 jaraco
Recipients jaraco, josh.r, rhettinger
Date 2019-04-17.19:37:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1555529857.16.0.937656603844.issue36650@roundup.psfhosted.org>
In-reply-to
Content
Hi Josh. Thanks for the tip on types.MethodType. I've updated the code to use that and the behavior seems to be the same, MethodType does seem a more appropriate way to create a bound method.

Regarding the referenced tickets, I suspect they're not pertinent, as the behavior did work in Python 3.7.1 (confirmed) and 3.7.2 (highly likely), so the regression appears to be in the changes for 3.7.3 (https://docs.python.org/3.7/whatsnew/changelog.html#python-3-7-3-final).
History
Date User Action Args
2019-04-17 19:37:37jaracosetrecipients: + jaraco, rhettinger, josh.r
2019-04-17 19:37:37jaracosetmessageid: <1555529857.16.0.937656603844.issue36650@roundup.psfhosted.org>
2019-04-17 19:37:37jaracolinkissue36650 messages
2019-04-17 19:37:37jaracocreate