Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (in... | Irit Katriel | 2023-02-28 | 1 | -4/+3 |
* | gh-59956: Clarify Runtime State Status Expectations (gh-101308) | Eric Snow | 2023-01-30 | 1 | -1/+1 |
* | gh-59956: Clarify GILState-related Code (gh-101161) | Eric Snow | 2023-01-19 | 1 | -8/+6 |
* | gh-81057: Move More Globals in Core Code to _PyRuntimeState (gh-99516) | Eric Snow | 2022-11-16 | 1 | -5/+4 |
* | gh-97922: Run the GC only on eval breaker (#97920) | Pablo Galindo Salgado | 2022-10-08 | 1 | -10/+20 |
* | gh-96387: take_gil() resets drop request before exit (#96869) | Victor Stinner | 2022-09-19 | 1 | -0/+11 |
* | GH-96177: Move GIL and eval breaker code out of ceval.c into ceval_gil.c. (GH... | Mark Shannon | 2022-08-24 | 1 | -0/+986 |