mirror of
https://github.com/python/cpython.git
synced 2026-06-26 21:04:42 -04:00
c951e25c24
This makes nearly all the operations on set thread-safe in the free-threaded build, with the exception of `_PySet_NextEntry` and `setiter_iternext`. Co-authored-by: Sam Gross <colesbury@gmail.com> Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
Source files for various builtin objects