mirror of
https://github.com/python/cpython.git
synced 2026-05-06 20:51:17 -04:00
59e46932c8
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).
Miscellaneous source files for the main Python shared library