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
/
pystate.c
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
-2/+1
*
gh-111569: Implement Python critical section API (gh-111571)
Sam Gross
2023-11-08
1
-0/+10
*
gh-103615: Use local events for opcode tracing (GH-109472)
Tian Gao
2023-11-03
1
-2/+0
*
gh-76785: Crossinterp utils additions (gh-111530)
Eric Snow
2023-11-01
1
-18/+1
*
gh-76785: Move the Cross-Interpreter Code to Its Own File (gh-111502)
Eric Snow
2023-10-30
1
-591/+4
*
GH-109369: Add machinery for deoptimizing tier2 executors, both individually ...
Mark Shannon
2023-10-23
1
-0/+1
*
gh-76785: Clean Up the Channels Module (gh-110568)
Eric Snow
2023-10-17
1
-7/+7
*
gh-110752: Reset `ceval.eval_breaker` to 0 in `interpreter_clear` (GH-110753)
Tian Gao
2023-10-12
1
-0/+4
*
gh-76785: Add SendChannel.send_buffer() (#110246)
Eric Snow
2023-10-09
1
-17/+26
*
GH-110455: Guard `assert(tstate->thread_id > 0)` with `#ifndef HAVE_PTHREAD_S...
Brett Cannon
2023-10-06
1
-2/+2
*
gh-109549: Add new states to PyThreadState to support PEP 703 (gh-109915)
Sam Gross
2023-10-05
1
-46/+79
*
gh-110310: Add a Per-Interpreter XID Registry for Heap Types (gh-110311)
Eric Snow
2023-10-04
1
-39/+118
*
gh-108867: Add PyThreadState_GetUnchecked() function (#108870)
Victor Stinner
2023-10-03
1
-1/+1
*
gh-109860: Use a New Thread State When Switching Interpreters, When Necessary...
Eric Snow
2023-10-03
1
-18/+60
*
gh-105716: Support Background Threads in Subinterpreters Consistently (gh-109...
Eric Snow
2023-10-02
1
-0/+37
*
gh-110079: Remove extern "C" { ...} in C code (#110080)
Victor Stinner
2023-09-29
1
-15/+6
*
gh-109793: Allow Switching Interpreters During Finalization (gh-109794)
Eric Snow
2023-09-27
1
-1/+16
*
gh-76785: Use Pending Calls When Releasing Cross-Interpreter Data (gh-109556)
Eric Snow
2023-09-19
1
-33/+58
*
gh-108724: Add PyMutex and _PyParkingLot APIs (gh-109344)
Sam Gross
2023-09-19
1
-0/+5
*
gh-106213: Make Emscripten trampolines work with JSPI (GH-106219)
Hood Chatham
2023-09-15
1
-0/+5
*
gh-108987: Fix _thread.start_new_thread() race condition (#109135)
Victor Stinner
2023-09-11
1
-0/+29
*
gh-104690: thread_run() checks for tstate dangling pointer (#109056)
Victor Stinner
2023-09-08
1
-0/+18
*
GH-91079: Rename C_RECURSION_LIMIT to Py_C_RECURSION_LIMIT (#108507)
Victor Stinner
2023-09-08
1
-1/+1
*
GH-108716: Turn off deep-freezing of code objects. (GH-108722)
Mark Shannon
2023-09-08
1
-0/+1
*
gh-108765: Cleanup #include in Python/*.c files (#108977)
Victor Stinner
2023-09-06
1
-3/+3
*
gh-108634: PyInterpreterState_New() no longer calls Py_FatalError() (#108748)
Victor Stinner
2023-09-01
1
-35/+62
*
gh-108634: Py_TRACE_REFS uses a hash table (#108663)
Victor Stinner
2023-08-31
1
-0/+4
*
GH-108035: Remove the `_PyCFrame` struct as it is no longer needed for perfor...
Mark Shannon
2023-08-17
1
-3/+3
*
gh-107630: Initialize Each Interpreter's refchain Properly (gh-107733)
Eric Snow
2023-08-07
1
-0/+1
*
gh-105699: Use a _Py_hashtable_t for the PyModuleDef Cache (gh-106974)
Eric Snow
2023-07-28
1
-69/+0
*
gh-101524: Only Use Public C-API in the _xxsubinterpreters Module (gh-107359)
Eric Snow
2023-07-27
1
-1/+1
*
GH-103082: Rename PY_MONITORING_EVENTS to _PY_MONITORING_EVENTS (#107069)
Victor Stinner
2023-07-22
1
-4/+4
*
gh-106320: Use _PyInterpreterState_GET() (#106336)
Victor Stinner
2023-07-02
1
-1/+1
*
gh-106320: Remove private _PyInterpreterState functions (#106325)
Victor Stinner
2023-07-02
1
-3/+3
*
gh-105927: Avoid calling PyWeakref_GET_OBJECT() (#105997)
Victor Stinner
2023-06-22
1
-3/+6
*
GH-100987: Allow objects other than code objects as the "executable" of an in...
Mark Shannon
2023-06-14
1
-1/+0
*
gh-104812: Run Pending Calls in any Thread (gh-104813)
Eric Snow
2023-06-13
1
-1/+2
*
gh-100227: Lock Around Modification of the Global Allocators State (gh-105516)
Eric Snow
2023-06-08
1
-1/+2
*
gh-100227: Lock Around Adding Global Audit Hooks (gh-105515)
Eric Snow
2023-06-08
1
-3/+4
*
gh-100227: Lock Around Use of the Global "atexit" State (gh-105514)
Eric Snow
2023-06-08
1
-22/+13
*
GH-104584: Plugin optimizer API (GH-105100)
Mark Shannon
2023-06-02
1
-0/+8
*
gh-104341: Call _PyEval_ReleaseLock() with NULL When Finalizing the Current T...
Eric Snow
2023-06-01
1
-3/+18
*
gh-104341: Adjust tstate_must_exit() to Respect Interpreter Finalization (gh-...
Eric Snow
2023-05-15
1
-5/+7
*
gh-99113: A Per-Interpreter GIL! (gh-104210)
Eric Snow
2023-05-08
1
-3/+1
*
gh-99113: Make Sure the GIL is Acquired at the Right Places (gh-104208)
Eric Snow
2023-05-06
1
-10/+32
*
gh-99113: Share the GIL via PyInterpreterState.ceval.gil (gh-104203)
Eric Snow
2023-05-05
1
-1/+1
*
gh-103323: Remove PyRuntimeState_GetThreadState() (#104171)
Victor Stinner
2023-05-04
1
-1/+1
*
GH-103082: Code cleanup in instrumentation code (#103474)
Mark Shannon
2023-04-29
1
-4/+4
*
gh-100227: Add a Granular Lock for _PyRuntime.imports.extensions.dict (gh-103...
Eric Snow
2023-04-25
1
-1/+4
[next]