index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Python
/
ceval_gil.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
GH-104584: Fix ENTER_EXECUTOR (GH-106141)
Mark Shannon
2023-07-03
1
-2/+59
*
gh-106320: Remove _PyInterpreterState_Get() alias (#106321)
Victor Stinner
2023-07-01
1
-2/+2
*
gh-104812: Run Pending Calls in any Thread (gh-104813)
Eric Snow
2023-06-13
1
-82/+131
*
gh-104341: Call _PyEval_ReleaseLock() with NULL When Finalizing the Current T...
Eric Snow
2023-06-01
1
-4/+26
*
gh-105182: Remove PyEval_AcquireLock() and PyEval_InitThreads() (#105183)
Victor Stinner
2023-06-01
1
-4/+9
*
gh-104341: Adjust tstate_must_exit() to Respect Interpreter Finalization (gh-...
Eric Snow
2023-05-15
1
-0/+3
*
gh-99113: A Per-Interpreter GIL! (gh-104210)
Eric Snow
2023-05-08
1
-42/+13
*
gh-99113: Make Sure the GIL is Acquired at the Right Places (gh-104208)
Eric Snow
2023-05-06
1
-27/+57
*
gh-104233: Fix "unused variable" warning in `ceval_gil.c` (#104234)
Nikita Sobolev
2023-05-06
1
-0/+2
*
gh-99113: Add PyInterpreterConfig.own_gil (gh-104204)
Eric Snow
2023-05-05
1
-1/+22
*
gh-99113: Share the GIL via PyInterpreterState.ceval.gil (gh-104203)
Eric Snow
2023-05-05
1
-38/+59
*
gh-103323: Remove PyRuntimeState_GetThreadState() (#104171)
Victor Stinner
2023-05-04
1
-3/+2
*
gh-103167: Fix `-Wstrict-prototypes` warnings by using `(void)` for functions...
Nikita Sobolev
2023-04-05
1
-1/+1
*
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