mirror of
https://github.com/python/cpython.git
synced 2026-05-07 21:20:55 -04:00
de2f7da77d
Add free-threaded versions of existing specialization for FOR_ITER (list, tuples, fast range iterators and generators), without significantly affecting their thread-safety. (Iterating over shared lists/tuples/ranges should be fine like before. Reusing iterators between threads is not fine, like before. Sharing generators between threads is a recipe for significant crashes, like before.)
Miscellaneous source files for the main Python shared library