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 serhiy.storchaka
Recipients methane, serhiy.storchaka, vstinner
Date 2017-01-24.09:57:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1485251847.26.0.951878886676.issue29360@psf.upfronthosting.co.za>
In-reply-to
Content
> func(**{'x': 1, 'x': 2})

In this example the dictionary contains only one item. You need more complex example for making the assertion failing. Keys with non-constant hashes or equality, so first they are different, and later they become equal.
History
Date User Action Args
2017-01-24 09:57:27serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, methane
2017-01-24 09:57:27serhiy.storchakasetmessageid: <1485251847.26.0.951878886676.issue29360@psf.upfronthosting.co.za>
2017-01-24 09:57:27serhiy.storchakalinkissue29360 messages
2017-01-24 09:57:27serhiy.storchakacreate