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
/
Include
/
internal
/
pycore_pystate.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-112026: Restore removed private C API (#112115)
Victor Stinner
2023-11-15
1
-5/+0
*
gh-109549: Add new states to PyThreadState to support PEP 703 (gh-109915)
Sam Gross
2023-10-05
1
-0/+42
*
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
-1/+4
*
gh-105716: Support Background Threads in Subinterpreters Consistently (gh-109...
Eric Snow
2023-10-02
1
-0/+5
*
gh-109793: Allow Switching Interpreters During Finalization (gh-109794)
Eric Snow
2023-09-27
1
-2/+6
*
gh-108987: Fix _thread.start_new_thread() race condition (#109135)
Victor Stinner
2023-09-11
1
-0/+2
*
gh-104690: thread_run() checks for tstate dangling pointer (#109056)
Victor Stinner
2023-09-08
1
-0/+4
*
gh-106320: Remove private _PyGILState_GetInterpreterStateUnsafe() (#108603)
Victor Stinner
2023-08-29
1
-0/+8
*
gh-107211: No longer export internal functions (7) (#108425)
Victor Stinner
2023-08-24
1
-0/+3
*
gh-108216: Cleanup #include in internal header files (#108228)
Victor Stinner
2023-08-21
1
-1/+1
*
gh-105699: Use a _Py_hashtable_t for the PyModuleDef Cache (gh-106974)
Eric Snow
2023-07-28
1
-5/+0
*
gh-107211: No longer export internal variables (#107218)
Victor Stinner
2023-07-25
1
-1/+1
*
gh-107211: No longer export internal functions (2) (#107214)
Victor Stinner
2023-07-25
1
-7/+9
*
gh-106320: Remove private _PyInterpreterState functions (#106325)
Victor Stinner
2023-07-02
1
-3/+16
*
gh-106320: Remove _PyInterpreterState_Get() alias (#106321)
Victor Stinner
2023-07-01
1
-1/+1
*
gh-104812: Run Pending Calls in any Thread (gh-104813)
Eric Snow
2023-06-13
1
-8/+0
*
gh-103323: Remove PyRuntimeState_GetThreadState() (#104171)
Victor Stinner
2023-05-04
1
-8/+2
*
gh-101659: Isolate "obmalloc" State to Each Interpreter (gh-101660)
Eric Snow
2023-04-24
1
-0/+7
*
gh-103323: Get the "Current" Thread State from a Thread-Local Variable (gh-10...
Eric Snow
2023-04-24
1
-9/+17
*
GH-103082: Implementation of PEP 669: Low Impact Monitoring for CPython (GH-1...
Mark Shannon
2023-04-12
1
-10/+0
*
gh-100227: Make the Global PyModuleDef Cache Safe for Isolated Interpreters (...
Eric Snow
2023-03-29
1
-0/+5
*
gh-100227: Revert gh-102925 "gh-100227: Make the Global Interned Dict Safe fo...
Eric Snow
2023-03-27
1
-5/+0
*
gh-100227: Make the Global Interned Dict Safe for Isolated Interpreters (gh-1...
Eric Snow
2023-03-23
1
-0/+5
*
gh-101758: Add _PyState_AddModule() Back for the Stable ABI (gh-101956)
Eric Snow
2023-02-16
1
-0/+6
*
gh-101758: Clean Up Uses of Import State (gh-101919)
Eric Snow
2023-02-15
1
-6/+0
*
gh-59956: Clarify Runtime State Status Expectations (gh-101308)
Eric Snow
2023-01-30
1
-15/+2
*
gh-59956: Clarify GILState-related Code (gh-101161)
Eric Snow
2023-01-19
1
-5/+16
*
GH-100892: consolidate `HEAD_LOCK/HEAD_UNLOCK` macros (#100953)
Kumar Aditya
2023-01-15
1
-0/+6
*
GH-96177: Move GIL and eval breaker code out of ceval.c into ceval_gil.c. (GH...
Mark Shannon
2022-08-24
1
-3/+4
*
GH-90081: Run python tracers at full speed (GH-95328)
Mark Shannon
2022-07-28
1
-2/+3
*
gh-87347: Add parenthesis around macro arguments (#93915)
Victor Stinner
2022-06-20
1
-1/+1
*
bpo-40514: Drop EXPERIMENTAL_ISOLATED_SUBINTERPRETERS (gh-93185)
Eric Snow
2022-05-27
1
-12/+0
*
Revert "bpo-46850: Move _PyEval_EvalFrameDefault() to internal C API (GH-3205...
Victor Stinner
2022-04-06
1
-1/+1
*
bpo-46850: Move _PyInterpreterState_SetEvalFrameFunc() to internal C API (GH-...
Victor Stinner
2022-04-01
1
-1/+1
*
bpo-45923: Decouple suspension of tracing from tracing flag. (GH-31908)
Mark Shannon
2022-03-15
1
-6/+1
*
bpo-45459: Use type names in the internal C API (GH-31669)
Victor Stinner
2022-03-03
1
-1/+1
*
bpo-46008: Add _PyInterpreterState_Main(). (gh-29978)
Eric Snow
2021-12-08
1
-5/+9
*
bpo-46008: Stop calling _PyThreadState_Init() in new_threadstate(). (gh-29973)
Eric Snow
2021-12-08
1
-0/+2
*
bpo-43760: Rename _PyThreadState_DisableTracing() (GH-29032)
Victor Stinner
2021-10-18
1
-2/+2
*
bpo-43760: Add PyThreadState_EnterTracing() (GH-28542)
Victor Stinner
2021-10-15
1
-1/+18
*
pycore_pystate.h no longer redefines PyThreadState_GET() (GH-28921)
Victor Stinner
2021-10-13
1
-5/+1
*
bpo-45211: Move helpers from getpath.c to internal API. (gh-28550)
Eric Snow
2021-09-27
1
-0/+11
*
bpo-44590: Lazily allocate frame objects (GH-27077)
Mark Shannon
2021-07-26
1
-3/+0
*
bpo-44032: Move data stack to thread from FrameObject. (GH-26076)
Mark Shannon
2021-05-21
1
-0/+3
*
bpo-43268: _Py_IsMainInterpreter() now expects interp (GH-24577)
Victor Stinner
2021-02-19
1
-2/+2
*
bpo-40826: Add _PyOS_InterruptOccurred(tstate) function (GH-20599)
Victor Stinner
2020-06-03
1
-0/+3
*
PyOS_AfterFork_Child() uses PyStatus (GH-20596)
Victor Stinner
2020-06-02
1
-2/+5
*
bpo-40826: Add _Py_EnsureTstateNotNULL() macro (GH-20571)
Victor Stinner
2020-06-01
1
-1/+18
*
bpo-40522: _PyThreadState_Swap() sets autoTSSkey (GH-19939)
Victor Stinner
2020-05-05
1
-2/+18
[next]