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 David MacIver, Kevin Shweh, Tijs Van Oevelen, abarry, arigo, donmez, ezio.melotti, fijall, mark.dickinson, ncoghlan, r.david.murray, rhettinger, serhiy.storchaka, torsten, vstinner
Date 2016-01-20.23:05:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1453331123.03.0.807167586262.issue25843@psf.upfronthosting.co.za>
In-reply-to
Content
Patch version 4:

Fix _PyCode_ConstantKey:

* always return a tuple
* create a frozenset/set if input is a set/frozenset, items are unordered
* enhance unit tests: compare values using repr() to compare value + type at once
* fix reference leak

Other minor changes to take Serhiy's comments in account.

Thanks Serhiy for good suggestions!
History
Date User Action Args
2016-01-20 23:05:23vstinnersetrecipients: + vstinner, arigo, rhettinger, mark.dickinson, ncoghlan, donmez, ezio.melotti, r.david.murray, torsten, fijall, serhiy.storchaka, David MacIver, abarry, Kevin Shweh, Tijs Van Oevelen
2016-01-20 23:05:23vstinnersetmessageid: <1453331123.03.0.807167586262.issue25843@psf.upfronthosting.co.za>
2016-01-20 23:05:23vstinnerlinkissue25843 messages
2016-01-20 23:05:22vstinnercreate