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 eric.snow, kaniini, rhettinger, serhiy.storchaka, xiang.zhang, zach.ware
Date 2016-09-27.11:51:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474977107.36.0.932057995258.issue27275@psf.upfronthosting.co.za>
In-reply-to
Content
Proposed patch makes the implementation of pop() and popitem() methods of the C implementation of OrderedDict matching the Python implementation. This fixes issue28014 and I suppose this fixes this issue too.
History
Date User Action Args
2016-09-27 11:51:47serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, eric.snow, zach.ware, xiang.zhang, kaniini
2016-09-27 11:51:47serhiy.storchakasetmessageid: <1474977107.36.0.932057995258.issue27275@psf.upfronthosting.co.za>
2016-09-27 11:51:47serhiy.storchakalinkissue27275 messages
2016-09-27 11:51:47serhiy.storchakacreate