Message 320200 - Python tracker

Message320200

Author josh.r
Recipients _doublep, ajaksu2, belopolsky, fniessink, jdemeyer, josh.r, loewis, serhiy.storchaka, westley.martinez
Date 2018-06-22.00:48:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529628511.62.0.56676864532.issue1617161@psf.upfronthosting.co.za>
In-reply-to
Content
If [].append == [].append is True in the "unique set of callbacks" scenario, that implies that it's perfectly fine to not call one of them when both are registered. But this means that only one list ends up getting updated, when you tried to register both for updates. That's definitely surprising, and not in a good way.
History
Date User Action Args
2018-06-22 00:48:31josh.rsetrecipients: + josh.r, loewis, belopolsky, fniessink, ajaksu2, _doublep, westley.martinez, serhiy.storchaka, jdemeyer
2018-06-22 00:48:31josh.rsetmessageid: <1529628511.62.0.56676864532.issue1617161@psf.upfronthosting.co.za>
2018-06-22 00:48:31josh.rlinkissue1617161 messages
2018-06-22 00:48:30josh.rcreate