Changes between Initial Version and Version 1 of Ticket #28297, comment 12
- Timestamp:
- Jun 12, 2017, 10:56:49 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28297, comment 12
initial v1 1 That seems to be right, Tom. `join()` is relying on the order of the dictionary orderresulting from `.items()`.1 That seems to be right, Tom. `join()` is relying on the order of the dictionary resulting from `.items()`. 2 2 3 3 It's weird that setting the hash seed to 2 would solve this problem, though. I feel like the framework should not rely on the user changing the hashing seed to a static number to fix this problem, because it breaks the purpose (security) of the the hashing being random.