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 serhiy.storchaka
Recipients _doublep, ajaksu2, belopolsky, fniessink, jdemeyer, josh.r, loewis, serhiy.storchaka, westley.martinez
Date 2018-06-22.07:06:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529651167.67.0.56676864532.issue1617161@psf.upfronthosting.co.za>
In-reply-to
Content
PR 7848 is based on method_compare.diff and 1617161_test_update.diff, but also makes types.MethodWrapperType unorderable, adds more tests and fixes some outdated tests.

This change can be considered as a bugfix, but since it can break the user code (unlikely), it may be safer to merge it only in 3.8 and expose as a new feature.

But changes to the hash of types.BuiltinMethodType may be backported. Currently the hash is not consistent with the equality.
History
Date User Action Args
2018-06-22 07:06:07serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, belopolsky, fniessink, ajaksu2, _doublep, westley.martinez, jdemeyer, josh.r
2018-06-22 07:06:07serhiy.storchakasetmessageid: <1529651167.67.0.56676864532.issue1617161@psf.upfronthosting.co.za>
2018-06-22 07:06:07serhiy.storchakalinkissue1617161 messages
2018-06-22 07:06:07serhiy.storchakacreate