summaryrefslogtreecommitdiffstats
path: root/Modules/_testinternalcapi/test_critical_sections.c
Commit message (Expand)AuthorAgeFilesLines
* 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