Message 276023 - Python tracker
Message276023
| Author | vstinner |
|---|---|
| Recipients | serhiy.storchaka, vstinner |
| Date | 2016-09-12.11:42:05 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1473680526.06.0.0962957057133.issue27845@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
_PyStack_AsDict() doesn't check anymore if keys are unique. BUILD_MAP_UNPACK and BUILD_MAP_UNPACK_WITH_CALL opcodes now use PyDict_Update() to combine mappings and _PyDictView_Intersect() to check if keys are unique. I don't know if there is still something to optimize. The opcode changed the method to C and Python functions (FASTCALL) changed a lot recently ;-) I suggest to close the issue. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-09-12 11:42:06 | vstinner | set | recipients: + vstinner, serhiy.storchaka |
| 2016-09-12 11:42:06 | vstinner | set | messageid: <1473680526.06.0.0962957057133.issue27845@psf.upfronthosting.co.za> |
| 2016-09-12 11:42:06 | vstinner | link | issue27845 messages |
| 2016-09-12 11:42:05 | vstinner | create | |