summaryrefslogtreecommitdiffstats
path: root/Modules/_testinternalcapi
Commit message (Expand)AuthorAgeFilesLines
* [3.13] gh-117511: Make PyMutex public in the non-limited API (GH-117731) (#12...Sam Gross2024-06-201-8/+8
* [3.13] gh-120584: Fix "unused thread_critical_sections" warning in `test_crit...Miss Islington (bot)2024-06-161-1/+1
* [3.13] gh-117657: Fix TSAN race involving import lock (GH-118523) (#120169)Miss Islington (bot)2024-06-061-0/+25
* [3.13] Revert "gh-115432: Add critical section variant that handles a NULL ob...Miss Islington (bot)2024-05-091-9/+0
* gh-110850: Remove _PyTime_TimeUnchecked() function (#118552)Victor Stinner2024-05-051-4/+9
* gh-118332: Fix deadlock involving stop the world (#118412)Sam Gross2024-04-301-0/+85
* gh-112069: Add _PySet_NextEntryRef to be thread-safe. (gh-117990)Donghee Na2024-04-181-3/+7
* gh-110850: Cleanup PyTime API: PyTime_t are nanoseconds (#115753)Victor Stinner2024-02-211-12/+10
* gh-110850: Use public PyTime functions (#115746)Victor Stinner2024-02-201-2/+2
* gh-110850: Rename internal PyTime C API functions (#115734)Victor Stinner2024-02-201-3/+3
* gh-110850: Cleanup pycore_time.h includes (#115724)Victor Stinner2024-02-201-1/+2
* gh-110850: Replace _PyTime_t with PyTime_t (#115719)Victor Stinner2024-02-202-14/+14
* gh-115432: Add critical section variant that handles a NULL object (#115433)Sam Gross2024-02-151-0/+9
* gh-110850: Add PyTime_t C API (GH-115215)Petr Viktorin2024-02-121-16/+0
* gh-111964: Add _PyRWMutex a "readers-writer" lock (gh-112859)Sam Gross2023-12-161-0/+99
* gh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` (#111864)Hugo van Kemenade2023-11-201-2/+2
* gh-111956: Add thread-safe one-time initialization. (gh-111960)Sam Gross2023-11-161-0/+32
* 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-082-0/+214
* gh-111119: Fix flaky test test_lock_two_threads (gh-111124)Sam Gross2023-10-201-4/+12
* gh-110964: Remove private _PyArg functions (#110966)Victor Stinner2023-10-171-1/+2
* gh-110525: Add tests for internal `set` CAPI (GH-110630)Nikita Sobolev2023-10-102-0/+60
* gh-108724: Add PyMutex and _PyParkingLot APIs (gh-109344)Sam Gross2023-09-193-0/+428
* gh-108777: Split _PyTime tests from _testinternalcapi.c (gh-108787)Sam Gross2023-09-023-0/+299