Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` (#111864) | Hugo van Kemenade | 2023-11-20 | 1 | -2/+2 |
* | gh-111956: Add thread-safe one-time initialization. (gh-111960) | Sam Gross | 2023-11-16 | 1 | -0/+32 |
* | gh-111569: Fix critical sections test on WebAssembly (GH-111897) | Sam Gross | 2023-11-09 | 1 | -0/+4 |
* | gh-111569: Implement Python critical section API (gh-111571) | Sam Gross | 2023-11-08 | 2 | -0/+214 |
* | gh-111119: Fix flaky test test_lock_two_threads (gh-111124) | Sam Gross | 2023-10-20 | 1 | -4/+12 |
* | gh-110964: Remove private _PyArg functions (#110966) | Victor Stinner | 2023-10-17 | 1 | -1/+2 |
* | gh-110525: Add tests for internal `set` CAPI (GH-110630) | Nikita Sobolev | 2023-10-10 | 2 | -0/+60 |
* | gh-108724: Add PyMutex and _PyParkingLot APIs (gh-109344) | Sam Gross | 2023-09-19 | 3 | -0/+428 |
* | gh-108777: Split _PyTime tests from _testinternalcapi.c (gh-108787) | Sam Gross | 2023-09-02 | 3 | -0/+299 |