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 Demur Rumed
Recipients Demur Rumed, serhiy.storchaka
Date 2016-06-21.13:03:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1466514200.62.0.956318976492.issue27358@psf.upfronthosting.co.za>
In-reply-to
Content
mapaca2 heavy handily deals with the must-work-with-all-mappings by converting any non dict mappings on the stack with dicts when with_call is true

I'm not sure if it'd be better to seek a less opcode centric fix-- ie introduce a method to dictobject which returns None if no collision occurs otherwise it returns the first key which collides and stops updating at that point. PyDict_DistinctUpdate
History
Date User Action Args
2016-06-21 13:03:20Demur Rumedsetrecipients: + Demur Rumed, serhiy.storchaka
2016-06-21 13:03:20Demur Rumedsetmessageid: <1466514200.62.0.956318976492.issue27358@psf.upfronthosting.co.za>
2016-06-21 13:03:20Demur Rumedlinkissue27358 messages
2016-06-21 13:03:20Demur Rumedcreate