@carapace That's due to string hash randomization, it should make it harder to do a DoS on the interpreter. That DoS works by making different strings (from user input) have hash collisions and adding them to dictionaries. Without randomization, the attacker can precalculate the strings due to knowing what they will hash to.
I couldn't find a good explainer, best I found was https://docs.python.org/3/using/cmdline.html#cmdoption-R