mirror of
https://github.com/python/cpython.git
synced 2026-01-28 05:35:31 +00:00
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