mirror of
https://github.com/python/cpython.git
synced 2026-01-27 21:25:12 +00:00
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