Message150533
> 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). |
|
Date |
User |
Action |
Args |
2012-01-03 21:20:59 | vstinner | set | recipients:
+ vstinner, gvanrossum, barry, georg.brandl, pitrou, christian.heimes, benjamin.peterson |
2012-01-03 21:20:59 | vstinner | set | messageid: <1325625659.84.0.0165439875969.issue13703@psf.upfronthosting.co.za> |
2012-01-03 21:20:59 | vstinner | link | issue13703 messages |
2012-01-03 21:20:59 | vstinner | create | |
|