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 jack__d
Recipients jack__d
Date 2021-07-16.20:38:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1626467887.89.0.228708182548.issue44658@roundup.psfhosted.org>
In-reply-to
Content
Another option if this problem is isolated to mapping patterns, we could introduce a new op-code: BUILD_MATCH_MAP, which is essentially a wrapper around BUILD_MAP that disallows duplicate key values.
History
Date User Action Args
2021-07-16 20:38:07jack__dsetrecipients: + jack__d
2021-07-16 20:38:07jack__dsetmessageid: <1626467887.89.0.228708182548.issue44658@roundup.psfhosted.org>
2021-07-16 20:38:07jack__dlinkissue44658 messages
2021-07-16 20:38:07jack__dcreate