summaryrefslogtreecommitdiffstats
path: root/Include/pyhash.h
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2023-08-29 18:14:56 (GMT)
committerGitHub <noreply@github.com>2023-08-29 18:14:56 (GMT)
commit59e46932c8d2dc6fe84a8cf144dde962838c0204 (patch)
treef9d87d4f1f811d10dacb2011830a708a73a06273 /Include/pyhash.h
parent4f22152713d008cdd7c1d373a0f0c8dcf30e217e (diff)
downloadcpython-59e46932c8d2dc6fe84a8cf144dde962838c0204.zip
cpython-59e46932c8d2dc6fe84a8cf144dde962838c0204.tar.gz
cpython-59e46932c8d2dc6fe84a8cf144dde962838c0204.tar.bz2
gh-108488: Initialize JUMP_BACKWARD cache to 0, not 17 (#108591)
This mis-initialization caused the executor optimization to kick in sooner than intended. It also set the lower 4 bits of the counter to `1` -- those bits are supposed to be reserved (the actual counter is in the upper 12 bits).
Diffstat (limited to 'Include/pyhash.h')
0 files changed, 0 insertions, 0 deletions