summaryrefslogtreecommitdiffstats
path: root/Objects/clinic/setobject.c.h
Commit message (Collapse)AuthorAgeFilesLines
* gh-112069: Make sets thread-safe with the GIL disabled (#113800)Tomas R2024-03-081-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 R2024-02-081-0/+414