[issue46074] deepfreeze should rehash all strings upon reset

2021-12-14 Thread Guido van Rossum
Guido van Rossum added the comment: Never mind, this was based on incorrect information. See subsequent messages in the linked thread. -- resolution: -> not a bug stage: test needed -> resolved status: open -> closed ___ Python tracker

[issue46074] deepfreeze should rehash all strings upon reset

2021-12-14 Thread Guido van Rossum
New submission from Guido van Rossum : In https://github.com/python/cpython/pull/30096#discussion_r768802144 it is pointed out that the hash seed can be changed if the interpreter is reset. To guard against this we need to force (re)calculation of all hash seeds in the generated code when the