SIGN IN SIGN UP

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).
G
Guido van Rossum committed
59e46932c8d2dc6fe84a8cf144dde962838c0204
Parent: 4f22152
Committed by GitHub <noreply@github.com> on 8/29/2023, 6:14:56 PM