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
*
bpo-44990: Change layout of evaluation frames. "Layout B" (GH-27933)
Mark Shannon
2021-08-25
1
-10/+10
*
bpo-44590: Lazily allocate frame objects (GH-27077)
Mark Shannon
2021-07-26
1
-29/+52
*
bpo-44348: Move trace-info to thread-state (GH-26623)
Mark Shannon
2021-06-10
1
-0/+2
*
bpo-43879: Add native_thread_id field to PyThreadState (GH-25458)
Gabriele N. Tornetta
2021-05-26
1
-0/+5
*
bpo-44032: Delay deletion of stack chunks until thread state is deleted. (GH-...
Mark Shannon
2021-05-24
1
-7/+7
*
bpo-44032: Move data stack to thread from FrameObject. (GH-26076)
Mark Shannon
2021-05-21
1
-1/+85
*
bpo-43977: Use tp_flags for collection matching (GH-25723)
Mark Shannon
2021-04-30
1
-2/+0
*
bpo-43962: Fix _PyInterpreterState_IDIncref() (GH-25683)
Victor Stinner
2021-04-28
1
-6/+7
*
bpo-43760: Speed up check for tracing in interpreter dispatch (#25276)
Mark Shannon
2021-04-13
1
-1/+2
*
bpo-43311: Create GIL autoTSSkey ealier (GH-24819)
Victor Stinner
2021-03-10
1
-4/+15
*
bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917)
Brandt Bucher
2021-02-26
1
-0/+2
*
bpo-43268: Pass interp rather than tstate to internal functions (GH-24580)
Victor Stinner
2021-02-19
1
-4/+4
*
bpo-43268: _Py_IsMainInterpreter() now expects interp (GH-24577)
Victor Stinner
2021-02-19
1
-1/+1
*
bpo-42882: Fix MSVC warnings in pystate.c (GH-24440)
Ken Jin
2021-02-04
1
-1/+1
*
bpo-42882: _PyRuntimeState_Init() leaves unicode next_index unchanged (GH-24193)
Victor Stinner
2021-01-12
1
-1/+4
*
bpo-42745: Make the type cache per-interpreter (GH-23947)
Victor Stinner
2020-12-26
1
-0/+2
*
bpo-39465: Fix _PyUnicode_FromId() for subinterpreters (GH-20058)
Victor Stinner
2020-12-25
1
-11/+19
*
bpo-42639: Move atexit state to PyInterpreterState (GH-23763)
Victor Stinner
2020-12-15
1
-0/+1
*
bpo-42500: Fix recursion in or after except (GH-23568)
Mark Shannon
2020-12-02
1
-1/+1
*
bpo-42260: Add _PyInterpreterState_SetConfig() (GH-23158)
Victor Stinner
2020-11-04
1
-5/+11
*
bpo-41796: Call _PyAST_Fini() earlier to fix a leak (GH-23131)
Victor Stinner
2020-11-03
1
-4/+7
*
bpo-41435: Add sys._current_exceptions() function (GH-21689)
Julien Danjou
2020-11-02
1
-0/+63
*
bpo-42208: Call GC collect earlier in PyInterpreterState_Clear() (GH-23044)
Victor Stinner
2020-10-30
1
-5/+27
*
bpo-41936. Remove macros Py_ALLOW_RECURSION/Py_END_ALLOW_RECURSION (GH-22552)
Serhiy Storchaka
2020-10-05
1
-1/+0
*
bpo-1635741: Clean sysdict and builtins of interpreter at exit (GH-21605)
Hai Shi
2020-08-12
1
-2/+8
*
bpo-40834: Fix truncate when sending str object with channel (GH-20555)
An Long
2020-06-13
1
-1/+1
*
PyOS_AfterFork_Child() uses PyStatus (GH-20596)
Victor Stinner
2020-06-02
1
-22/+23
*
bpo-40826: Add _Py_EnsureTstateNotNULL() macro (GH-20571)
Victor Stinner
2020-06-01
1
-14/+4
*
bpo-40522: _PyThreadState_Swap() sets autoTSSkey (GH-19939)
Victor Stinner
2020-05-05
1
-0/+17
*
bpo-40429: PyThreadState_GetFrame() returns a strong ref (GH-19781)
Victor Stinner
2020-04-29
1
-3/+5
*
bpo-40302: Replace PY_INT64_T with int64_t (GH-19573)
Victor Stinner
2020-04-17
1
-3/+3
*
bpo-40268: Remove unused pycore_pymem.h includes (GH-19531)
Victor Stinner
2020-04-15
1
-1/+1
*
bpo-40232: Update PyOS_AfterFork_Child() to use _PyThread_at_fork_reinit() (G...
Dong-hee Na
2020-04-14
1
-6/+8
*
bpo-40268: Remove a few pycore_pystate.h includes (GH-19510)
Victor Stinner
2020-04-14
1
-1/+1
*
bpo-40268: Rename _PyInterpreterState_GET_UNSAFE() (GH-19509)
Victor Stinner
2020-04-14
1
-1/+1
*
bpo-40268: Add pycore_runtime.h header file (GH-19493)
Victor Stinner
2020-04-13
1
-3/+2
*
bpo-40268: Add _PyInterpreterState_GetConfig() (GH-19492)
Victor Stinner
2020-04-13
1
-1/+25
*
bpo-40226: PyInterpreterState_Delete() deletes pending calls (GH-19436)
Victor Stinner
2020-04-08
1
-1/+22
*
bpo-38644: Make tstate more explicit inside pystate.c (GH-19182)
Victor Stinner
2020-03-26
1
-47/+61
*
bpo-39947: Add PyThreadState_GetID() function (GH-19163)
Victor Stinner
2020-03-25
1
-0/+8
*
bpo-39947: Add _PyThreadState_GetDict() function (GH-19160)
Victor Stinner
2020-03-25
1
-9/+18
*
bpo-39882: Add _Py_FatalErrorFormat() function (GH-19157)
Victor Stinner
2020-03-25
1
-12/+18
*
Use calloc-based functions, not malloc. (GH-19152)
Andy Lester
2020-03-25
1
-2/+1
*
bpo-20526: Fix PyThreadState_Clear(): don't decref frame (GH-19120)
Victor Stinner
2020-03-24
1
-2/+10
*
bpo-39946: Remove _PyThreadState_GetFrame (GH-19094)
Victor Stinner
2020-03-20
1
-15/+1
*
bpo-39947: Add PyThreadState_GetFrame() function (GH-19092)
Victor Stinner
2020-03-20
1
-0/+8
*
bpo-40010: COMPUTE_EVAL_BREAKER() checks for subinterpreter (GH-19087)
Victor Stinner
2020-03-20
1
-6/+0
*
bpo-39984: Pass tstate to _PyEval_SignalAsyncExc() (GH-19049)
Victor Stinner
2020-03-18
1
-16/+19
*
bpo-39984: _PyThreadState_DeleteCurrent() takes tstate (GH-19051)
Victor Stinner
2020-03-18
1
-28/+32
*
bpo-39984: Add PyInterpreterState.ceval (GH-19047)
Victor Stinner
2020-03-17
1
-1/+2
[next]