Message 279985 - Python tracker (original) (raw)
Message279985
Author | serhiy.storchaka |
---|---|
Recipients | methane, rhettinger, serhiy.storchaka, vstinner, xiang.zhang |
Date | 2016-11-03.11:11:13 |
SpamBayes Score | -1.0 |
Marked as misclassified | Yes |
Message-id | 1478171473.24.0.100911883367.issue28123@psf.upfronthosting.co.za |
In-reply-to |
Content |
---|
If _PyDict_GetItem_KnownHash() returns an error, it is very likely that following insertdict() with same key will return an error. I would prefer to return an error right after _PyDict_GetItem_KnownHash() is failed. This would look more straightforward. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2016-11-03 11:11:13 | serhiy.storchaka | set | recipients: + serhiy.storchaka, rhettinger, vstinner, methane, xiang.zhang |
2016-11-03 11:11:13 | serhiy.storchaka | set | messageid: 1478171473.24.0.100911883367.issue28123@psf.upfronthosting.co.za |
2016-11-03 11:11:13 | serhiy.storchaka | link | issue28123 messages |
2016-11-03 11:11:13 | serhiy.storchaka | create |