Message 268989 - Python tracker
Message268989
| 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:20 | Demur Rumed | set | recipients: + Demur Rumed, serhiy.storchaka |
| 2016-06-21 13:03:20 | Demur Rumed | set | messageid: <1466514200.62.0.956318976492.issue27358@psf.upfronthosting.co.za> |
| 2016-06-21 13:03:20 | Demur Rumed | link | issue27358 messages |
| 2016-06-21 13:03:20 | Demur Rumed | create | |