summaryrefslogtreecommitdiffstats
path: root/Modules/clinic/_threadmodule.c.h
Commit message (Expand)AuthorAgeFilesLines
* gh-137808: use argument clinic for `_thread.lock` and `_thread.RLock` (#137809)Kumar Aditya2025-08-151-2/+593
* gh-134087: enforce signature of `threading.RLock` (#134178)Bénédikt Tran2025-05-191-2/+48
* gh-131525: Cache the result of tuple_hash (#131529)Michael Droettboom2025-03-271-1/+3
* gh-131268: Implement thread names on OpenBSD (#131528)Xavier G.2025-03-211-5/+5
* gh-59705: Implement _thread.set_name() on Windows (#128675)Victor Stinner2025-01-171-5/+5
* gh-59705: Add _thread.set_name() function (#127338)Victor Stinner2024-12-061-0/+104
* bpo-40234: Revert "bpo-37266: Daemon threads are now denied in subinterpreter...Victor Stinner2020-04-121-22/+0
* bpo-37266: Daemon threads are now denied in subinterpreters (GH-14049)Victor Stinner2019-06-141-0/+22