summaryrefslogtreecommitdiffstats
path: root/Modules/_testinternalcapi/test_critical_sections.c
Commit message (Expand)AuthorAgeFilesLines
* [3.13] gh-120584: Fix "unused thread_critical_sections" warning in `test_crit...Miss Islington (bot)2024-06-161-1/+1
* [3.13] Revert "gh-115432: Add critical section variant that handles a NULL ob...Miss Islington (bot)2024-05-091-9/+0
* gh-118332: Fix deadlock involving stop the world (#118412)Sam Gross2024-04-301-0/+85
* gh-115432: Add critical section variant that handles a NULL object (#115433)Sam Gross2024-02-151-0/+9
* gh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` (#111864)Hugo van Kemenade2023-11-201-2/+2
* gh-111569: Fix critical sections test on WebAssembly (GH-111897)Sam Gross2023-11-091-0/+4
* gh-111569: Implement Python critical section API (gh-111571)Sam Gross2023-11-081-0/+213