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
/
cpython
/
pystate.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-99741: Implement Multi-Phase Init for the _xxsubinterpreters Module (gh-99...
Eric Snow
2022-12-05
1
-3/+18
*
gh-99741: Clean Up the _xxsubinterpreters Module (gh-99940)
Eric Snow
2022-12-02
1
-1/+1
*
gh-99741: Fix the Cross-Interpreter Data API (gh-99939)
Eric Snow
2022-12-02
1
-0/+1
*
GH-99205: remove `_static` field from `PyThreadState` and `PyInterpreterState...
Kumar Aditya
2022-11-15
1
-3/+0
*
gh-98610: Adjust the Optional Restrictions on Subinterpreters (GH-98618)
Eric Snow
2022-10-31
1
-6/+7
*
gh-98608: Change _Py_NewInterpreter() to _Py_NewInterpreterFromConfig() (gh-9...
Eric Snow
2022-10-26
1
-0/+27
*
GH-91079: Decouple C stack overflow checks from Python recursion checks. (GH-...
Mark Shannon
2022-10-05
1
-2/+14
*
gh-77782: Deprecate global configuration variable (#93943)
Victor Stinner
2022-06-17
1
-1/+4
*
GH-91719: Make MSVC generate somewhat faster switch code (#91718)
Guido van Rossum
2022-04-21
1
-1/+1
*
Revert "bpo-46850: Move _PyEval_EvalFrameDefault() to internal C API (GH-3205...
Victor Stinner
2022-04-06
1
-0/+10
*
bpo-46850: Move _PyInterpreterState_SetEvalFrameFunc() to internal C API (GH-...
Victor Stinner
2022-04-01
1
-10/+0
*
bpo-47045: Remove `f_state` field (GH-31963)
Mark Shannon
2022-03-22
1
-0/+1
*
bpo-45431: Rename CFrame to _PyCFrame in the C API (GH-31584)
Victor Stinner
2022-02-28
1
-6/+8
*
bpo-46836: Rename InterpreterFrame to _PyInterpreterFrame (GH-31583)
Victor Stinner
2022-02-25
1
-2/+2
*
bpo-46748: Don't import <stdbool.h> in public headers (GH-31553)
Petr Viktorin
2022-02-25
1
-3/+1
*
bpo-45459: C API uses type names rather than structure names (GH-31528)
Victor Stinner
2022-02-24
1
-9/+8
*
bpo-45953: Preserve backward compatibility on some PyThreadState field names....
Eric Snow
2022-02-01
1
-2/+5
*
bpo-45953: Statically initialize all the PyThreadState fields we can. (gh-30590)
Eric Snow
2022-01-14
1
-13/+29
*
bpo-45953: Statically allocate the main interpreter (and initial thread state...
Eric Snow
2022-01-12
1
-1/+9
*
bpo-45711: Remove type and traceback from exc_info (GH-30122)
Irit Katriel
2021-12-17
1
-1/+1
*
bpo-46008: Move Py*State init into distinct functions. (gh-29977)
Eric Snow
2021-12-08
1
-0/+6
*
bpo-39026: Fix Python.h when building with Xcode (GH-29488)
Victor Stinner
2021-11-23
1
-2/+0
*
bpo-45753: Make recursion checks more efficient. (GH-29524)
Mark Shannon
2021-11-16
1
-2/+2
*
bpo-45637: Store the frame pointer in the cframe (GH-29267)
Mark Shannon
2021-10-28
1
-2/+2
*
bpo-43760: Add PyThreadState_EnterTracing() (GH-28542)
Victor Stinner
2021-10-15
1
-0/+7
*
Fix typos in the Include directory (GH-28745)
Christian Clauss
2021-10-06
1
-1/+1
*
bpo-44590: Lazily allocate frame objects (GH-27077)
Mark Shannon
2021-07-26
1
-2/+2
*
bpo-44348: Move trace-info to thread-state (GH-26623)
Mark Shannon
2021-06-10
1
-0/+6
*
bpo-43879: Add native_thread_id field to PyThreadState (GH-25458)
Gabriele N. Tornetta
2021-05-26
1
-0/+6
*
bpo-44032: Move data stack to thread from FrameObject. (GH-26076)
Mark Shannon
2021-05-21
1
-0/+9
*
bpo-43760: Speed up check for tracing in interpreter dispatch (#25276)
Mark Shannon
2021-04-13
1
-1/+21
*
bpo-42500: Fix recursion in or after except (GH-23568)
Mark Shannon
2020-12-02
1
-2/+1
*
bpo-42260: Add _PyInterpreterState_SetConfig() (GH-23158)
Victor Stinner
2020-11-04
1
-0/+30
*
bpo-41435: Add sys._current_exceptions() function (GH-21689)
Julien Danjou
2020-11-02
1
-0/+5
*
bpo-41936. Remove macros Py_ALLOW_RECURSION/Py_END_ALLOW_RECURSION (GH-22552)
Serhiy Storchaka
2020-10-05
1
-2/+0
*
bpo-39583: Remove superfluous "extern C" bits from Include/cpython/*.h (GH-18...
Skip Montanaro
2020-06-01
1
-8/+0
*
bpo-40421: Add pyframe.h header file (GH-19755)
Victor Stinner
2020-04-28
1
-3/+3
*
bpo-40268: Rename _PyInterpreterState_GET_UNSAFE() (GH-19509)
Victor Stinner
2020-04-14
1
-1/+1
*
bpo-40268: Add _PyInterpreterState_GetConfig() (GH-19492)
Victor Stinner
2020-04-13
1
-0/+7
*
bpo-39947: Add _PyThreadState_GetDict() function (GH-19160)
Victor Stinner
2020-03-25
1
-0/+2
*
bpo-20526: Fix PyThreadState_Clear(): don't decref frame (GH-19120)
Victor Stinner
2020-03-24
1
-0/+1
*
bpo-39946: Remove _PyThreadState_GetFrame (GH-19094)
Victor Stinner
2020-03-20
1
-2/+0
*
bpo-39947: Add PyInterpreterState_Get() function (GH-18979)
Victor Stinner
2020-03-13
1
-7/+2
*
bpo-38500: Add _PyInterpreterState_SetEvalFrameFunc() (GH-17340)
Victor Stinner
2020-03-12
1
-0/+10
*
bpo-38858: _PyImport_FixupExtensionObject() handles subinterpreters (GH-17350)
Victor Stinner
2019-11-22
1
-1/+0
*
bpo-38266: Revert bpo-37878: Make PyThreadState_DeleteCurrent() Internal (GH-...
Joannah Nanjekye
2019-10-04
1
-0/+1
*
bpo-36710: Add tstate parameter in import.c (GH-14218)
Victor Stinner
2019-06-19
1
-1/+0
*
Revert "bpo-36818: Add PyInterpreterState.runtime field. (gh-13129)" (GH-13795)
Victor Stinner
2019-06-04
1
-3/+3
*
bpo-36818: Add PyInterpreterState.runtime field. (gh-13129)
Eric Snow
2019-06-01
1
-3/+3
*
bpo-36933: Remove sys.set_coroutine_wrapper (marked for removal in 3.8) (GH-1...
Matthias Bussonnier
2019-05-28
1
-3/+0
[next]