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-59956: Allow the "Trashcan" Mechanism to Work Without a Thread State (gh-1...
Eric Snow
2023-01-23
1
-0/+16
*
gh-101181: Fix `unused-variable` warning in `pystate.c` (#101188)
Nikita Sobolev
2023-01-20
1
-0/+3
*
gh-59956: Fix Function Groupings in pystate.c (gh-101172)
Eric Snow
2023-01-20
1
-237/+352
*
gh-59956: Clarify GILState-related Code (gh-101161)
Eric Snow
2023-01-19
1
-201/+329
*
GH-100892: consolidate `HEAD_LOCK/HEAD_UNLOCK` macros (#100953)
Kumar Aditya
2023-01-15
1
-4/+0
*
GH-100126: Skip incomplete frames in more places (GH-100613)
Brandt Bucher
2023-01-09
1
-7/+2
*
GH-100000: Cleanup and polish various watchers code (GH-99998)
Itamar Ostricher
2022-12-14
1
-0/+4
*
gh-99741: Implement Multi-Phase Init for the _xxsubinterpreters Module (gh-99...
Eric Snow
2022-12-05
1
-56/+128
*
gh-99741: Clean Up the _xxsubinterpreters Module (gh-99940)
Eric Snow
2022-12-02
1
-9/+11
*
gh-99741: Fix the Cross-Interpreter Data API (gh-99939)
Eric Snow
2022-12-02
1
-23/+84
*
GH-91054: Add code object watchers API (GH-99859)
Itamar Ostricher
2022-12-02
1
-0/+5
*
gh-91053: Add an optional callback that is invoked whenever a function is mod...
mpage
2022-11-22
1
-0/+5
*
gh-99377: Revert audit events for thread state creation and free, because the...
Steve Dower
2022-11-17
1
-18/+1
*
gh-81057: Move the global Dict-Related Versions to _PyRuntimeState (gh-99497)
Eric Snow
2022-11-16
1
-1/+1
*
gh-99377: Add audit events for thread creation and clear (GH-99378)
Steve Dower
2022-11-16
1
-6/+25
*
gh-81057: Move More Globals in Core Code to _PyRuntimeState (gh-99516)
Eric Snow
2022-11-16
1
-5/+5
*
GH-99205: remove `_static` field from `PyThreadState` and `PyInterpreterState...
Kumar Aditya
2022-11-15
1
-10/+6
*
gh-81057: Move the Allocators to _PyRuntimeState (gh-99217)
Eric Snow
2022-11-11
1
-2/+5
*
GH-96421: Insert shim frame on entry to interpreter (GH-96319)
Mark Shannon
2022-11-10
1
-0/+1
*
gh-99300: Use Py_NewRef() in Python/ directory (#99302)
Victor Stinner
2022-11-10
1
-14/+7
*
GH-99205: Mark new interpreters and threads as non-static (GH-99268)
Brandt Bucher
2022-11-09
1
-0/+8
*
gh-98608: Change _Py_NewInterpreter() to _Py_NewInterpreterFromConfig() (gh-9...
Eric Snow
2022-10-26
1
-0/+8
*
GH-91052: Add C API for watching dictionaries (GH-31787)
Carl Meyer
2022-10-07
1
-0/+4
*
GH-91079: Decouple C stack overflow checks from Python recursion checks. (GH-...
Mark Shannon
2022-10-05
1
-2/+3
*
GH-96754: Check whether the interpreter frame is complete before creating fra...
Mark Shannon
2022-09-13
1
-0/+3
*
Fix possible NULL pointer dereference in _PyThread_CurrentFrames (GH-96584)
Kumar Aditya
2022-09-09
1
-1/+6
*
GH-96569: Add two NULL checks to avoid undefined behavior. (GH-96585)
Mark Shannon
2022-09-06
1
-8/+5
*
GH-96071: fix deadlock in PyGILState_Ensure (GH-96124)
Kumar Aditya
2022-08-19
1
-11/+16
*
GH-95909: Make `_PyArg_Parser` initialization thread safe (GH-95958)
Kumar Aditya
2022-08-16
1
-6/+21
*
GH-95818: Skip incomplete frames in `PyThreadState_GetFrame` (GH-95886)
Mark Shannon
2022-08-11
1
-2/+6
*
GH-93897: Store frame size in code object and de-opt if insufficient space on...
Mark Shannon
2022-06-20
1
-1/+1
*
gh-77782: Py_FdIsInteractive() now uses PyConfig.interactive (#93916)
Victor Stinner
2022-06-17
1
-0/+1
*
bpo-40514: Drop EXPERIMENTAL_ISOLATED_SUBINTERPRETERS (gh-93185)
Eric Snow
2022-05-27
1
-17/+0
*
bpo-46864: Suppress deprecation warnings for ob_shash. (GH-32042)
Inada Naoki
2022-03-23
1
-1/+4
*
bpo-45923: Decouple suspension of tracing from tracing flag. (GH-31908)
Mark Shannon
2022-03-15
1
-17/+0
*
bpo-46836: Rename InterpreterFrame to _PyInterpreterFrame (GH-31583)
Victor Stinner
2022-02-25
1
-4/+4
*
bpo-45459: C API uses type names rather than structure names (GH-31528)
Victor Stinner
2022-02-24
1
-4/+4
*
Pass reference to func, as well as args, when pushing frame. (GH-31100)
Mark Shannon
2022-02-03
1
-20/+0
*
bpo-46072: Add some frame stats. (GH-31060)
Mark Shannon
2022-02-02
1
-0/+2
*
bpo-45953: Preserve backward compatibility on some PyThreadState field names....
Eric Snow
2022-02-01
1
-4/+4
*
bpo-45953: Statically initialize all the non-object PyInterpreterState fields...
Eric Snow
2022-01-14
1
-9/+0
*
bpo-45953: Statically initialize all the PyThreadState fields we can. (gh-30590)
Eric Snow
2022-01-14
1
-7/+5
*
Statically initialize _PyRuntimeState fields. (gh-30588)
Eric Snow
2022-01-13
1
-10/+0
*
bpo-46370: Move the static initializer for _PyRuntime to its own header file....
Eric Snow
2022-01-13
1
-0/+1
*
bpo-45953: Statically allocate the main interpreter (and initial thread state...
Eric Snow
2022-01-12
1
-16/+33
*
bpo-46090: Allow PyThreadState.datastack_* members to be NULL (GH-30234)
Brandt Bucher
2021-12-28
1
-21/+17
*
bpo-45711: Remove type and traceback from exc_info (GH-30122)
Irit Katriel
2021-12-17
1
-2/+0
*
bpo-46008: Move Py*State init into distinct functions. (gh-29977)
Eric Snow
2021-12-08
1
-101/+272
*
bpo-46008: Add _PyInterpreterState_Main(). (gh-29978)
Eric Snow
2021-12-08
1
-1/+1
*
bpo-46008: Stop calling _PyThreadState_Init() in new_threadstate(). (gh-29973)
Eric Snow
2021-12-08
1
-7/+13
[next]