◐ Shell
clean mode source ↗

Message 284101 - Python tracker

Message284101

Author pitrou
Recipients arigo, fdrake, methane, pitrou, python-dev, serhiy.storchaka, tim.peters
Date 2016-12-27.14:11:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1482847869.22.0.139327533374.issue28427@psf.upfronthosting.co.za>
In-reply-to
Content
I've pushed the fixes now.  It does introduce a small amount of additional code duplication in dictobject.c, but nothing unmanageable.

Sidenote: all branches now have a different version of dict object each, which makes maintenance really painful...
History
Date User Action Args
2016-12-27 14:11:09pitrousetrecipients: + pitrou, tim.peters, fdrake, arigo, methane, python-dev, serhiy.storchaka
2016-12-27 14:11:09pitrousetmessageid: <1482847869.22.0.139327533374.issue28427@psf.upfronthosting.co.za>
2016-12-27 14:11:09pitroulinkissue28427 messages
2016-12-27 14:11:09pitroucreate