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 barry, benjamin.peterson, christian.heimes, georg.brandl, gvanrossum, pitrou, vstinner
Date 2012-01-03.21:20:59
SpamBayes Score 2.6944602e-07
Marked as misclassified No
Message-id <1325625659.84.0.0165439875969.issue13703@psf.upfronthosting.co.za>
In-reply-to
Content
> Unless there's evidence of performance regressions
> or backward incompatibilities, I agree.

If hash() is modified, str(dict) and str(set) will change for example. It may break doctests. Can we consider that the application should not rely (indirectly) on hash and so fix (for example) their doctests? Or is it a backward incompatibility?

hash() was already modified in major Python versions.

For this specific issue, I consider that security is more important than str(dict).
History
Date User Action Args
2012-01-03 21:20:59vstinnersetrecipients: + vstinner, gvanrossum, barry, georg.brandl, pitrou, christian.heimes, benjamin.peterson
2012-01-03 21:20:59vstinnersetmessageid: <1325625659.84.0.0165439875969.issue13703@psf.upfronthosting.co.za>
2012-01-03 21:20:59vstinnerlinkissue13703 messages
2012-01-03 21:20:59vstinnercreate