mirror of
https://github.com/python/cpython.git
synced 2026-05-08 13:40:46 -04:00
6b4538192d
We didn't catch this because of a combination of: 1) falling through to the if-statement below works 2) we only specialized FOR_ITER_GEN for uniquely referenced generators, so we didn't trigger the non-thread-safe behavior.
Miscellaneous source files for the main Python shared library