Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [3.13] gh-120584: Fix "unused thread_critical_sections" warning in `test_crit... | Miss Islington (bot) | 2024-06-16 | 1 | -1/+1 |
* | [3.13] Revert "gh-115432: Add critical section variant that handles a NULL ob... | Miss Islington (bot) | 2024-05-09 | 1 | -9/+0 |
* | gh-118332: Fix deadlock involving stop the world (#118412) | Sam Gross | 2024-04-30 | 1 | -0/+85 |
* | gh-115432: Add critical section variant that handles a NULL object (#115433) | Sam Gross | 2024-02-15 | 1 | -0/+9 |
* | gh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` (#111864) | Hugo van Kemenade | 2023-11-20 | 1 | -2/+2 |
* | 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 | 1 | -0/+213 |