Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-112069: Make sets thread-safe with the GIL disabled (#113800) | Tomas R | 2024-03-08 | 1 | -7/+164 |
| | | | | | | 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> | ||||
* | gh-112069: Adapt set/frozenset methods to Argument Clinic (#115112) | Tomas R | 2024-02-08 | 1 | -0/+414 |