Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
100964e0310d3a2040d0db976f7984d0507b2dbd
/
Include
/
cpython
/
pystate.h
64366fa
bpo-41435: Add sys._current_exceptions() function (GH-21689)
by Julien Danjou
· 4 years, 9 months ago
dcc5421
bpo-41936. Remove macros Py_ALLOW_RECURSION/Py_END_ALLOW_RECURSION (GH-22552)
by Serhiy Storchaka
· 4 years, 10 months ago
b4d5a5c
bpo-39583: Remove superfluous "extern C" bits from Include/cpython/*.h (GH-18413)
by Skip Montanaro
· 5 years ago
7c59d7c
bpo-40421: Add pyframe.h header file (GH-19755)
by Victor Stinner
· 5 years ago
81a7be3
bpo-40268: Rename _PyInterpreterState_GET_UNSAFE() (GH-19509)
by Victor Stinner
· 5 years ago
da7933e
bpo-40268: Add _PyInterpreterState_GetConfig() (GH-19492)
by Victor Stinner
· 5 years ago
0e427c6
bpo-39947: Add _PyThreadState_GetDict() function (GH-19160)
by Victor Stinner
· 5 years ago
5804f87
bpo-20526: Fix PyThreadState_Clear(): don't decref frame (GH-19120)
by Victor Stinner
· 5 years ago
6723e93
bpo-39946: Remove _PyThreadState_GetFrame (GH-19094)
by Victor Stinner
· 5 years ago
be79373
bpo-39947: Add PyInterpreterState_Get() function (GH-18979)
by Victor Stinner
· 5 years ago
0b72b23
bpo-38500: Add _PyInterpreterState_SetEvalFrameFunc() (GH-17340)
by Victor Stinner
· 5 years ago
82c83bd
bpo-38858: _PyImport_FixupExtensionObject() handles subinterpreters (GH-17350)
by Victor Stinner
· 6 years ago
8855e47
bpo-38266: Revert bpo-37878: Make PyThreadState_DeleteCurrent() Internal (GH-16558)
by Joannah Nanjekye
· 6 years ago
0a28f8d
bpo-36710: Add tstate parameter in import.c (GH-14218)
by Victor Stinner
· 6 years ago
0fd2c30
Revert "bpo-36818: Add PyInterpreterState.runtime field. (gh-13129)" (GH-13795)
by Victor Stinner
· 6 years ago
396e0a8
bpo-36818: Add PyInterpreterState.runtime field. (gh-13129)
by Eric Snow
· 6 years ago
3880f26
bpo-36933: Remove sys.set_coroutine_wrapper (marked for removal in 3.8) (GH-13577)
by Matthias Bussonnier
· 6 years ago
331a6a5
bpo-36763: Implement the PEP 587 (GH-13592)
by Victor Stinner
· 6 years ago
b930a2d
bpo-36710: PyOS_AfterFork_Child() pass runtime parameter (GH-12936)
by Victor Stinner
· 6 years ago
8bb3230
bpo-36710: Add runtime parameter to _PyThreadState_Init() (GH-12935)
by Victor Stinner
· 6 years ago
8b9dbc0
bpo-36444: Remove _PyMainInterpreterConfig (GH-12571)
by Victor Stinner
· 6 years ago
c11183c
bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as necessary). (gh-12359)
by Eric Snow
· 6 years ago
4d61e6e
Revert: bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (GH-11617) (GH-12159)
by Victor Stinner
· 6 years ago
bcfa450
bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as necessary). (#12003)
by Eric Snow
· 6 years ago
f684d83
bpo-36142: Exclude coreconfig.h from Py_LIMITED_API (GH-12111)
by Victor Stinner
· 6 years ago
be3b295
bpo-35886: Make PyInterpreterState an opaque type in the public API. (GH-11731)
by Eric Snow
· 6 years ago
f2a9d5c
bpo-35134: Create Include/cpython/pystate.h (GH-10733)
by Victor Stinner
· 7 years ago