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 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:06vstinnersetrecipients: + vstinner, serhiy.storchaka
2016-09-12 11:42:06vstinnersetmessageid: <1473680526.06.0.0962957057133.issue27845@psf.upfronthosting.co.za>
2016-09-12 11:42:06vstinnerlinkissue27845 messages
2016-09-12 11:42:05vstinnercreate