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
*
[3.14] gh-91048: Refactor and optimize remote debugging module (#134652) (#13...
Pablo Galindo Salgado
2025-05-25
1
-0/+2
*
GH-133231: Changes to executor management to support proposed `sys._jit` modu...
Mark Shannon
2025-05-04
1
-1/+1
*
gh-133079: Remove Py_C_RECURSION_LIMIT & PyThreadState.c_recursion_remaining ...
Petr Viktorin
2025-04-29
1
-4/+0
*
gh-132775: Drop PyUnstable_InterpreterState_GetMainModule() (gh-132978)
Eric Snow
2025-04-28
1
-2/+0
*
gh-131591: Implement PEP 768 (#131937)
Pablo Galindo Salgado
2025-04-03
1
-0/+8
*
gh-124878: Fix race conditions during interpreter finalization (#130649)
Sam Gross
2025-03-06
1
-3/+5
*
GH-130396: Use computed stack limits on linux (GH-130398)
Mark Shannon
2025-02-25
1
-32/+2
*
GH-91079: Revert "GH-91079: Implement C stack limits using addresses, not cou...
Petr Viktorin
2025-02-24
1
-2/+32
*
GH-91079: Implement C stack limits using addresses, not counters. (GH-130007)
Mark Shannon
2025-02-19
1
-32/+2
*
gh-128863: Deprecate private C API functions (#128864)
Victor Stinner
2025-01-22
1
-2/+6
*
GH-113655: Lower the C recursion limit for HPPA, PPC64 and SPARC (#124264)
Sam James
2024-09-23
1
-0/+6
*
gh-120973: Fix thread-safety issues with `threading.local` (#121655)
mpage
2024-07-19
1
-0/+8
*
gh-121621: Move asyncio_running_loop to private struct (#121939)
Sam Gross
2024-07-17
1
-2/+0
*
gh-121621: Move asyncio running loop to thread state (GH-121695)
Ken Jin
2024-07-16
1
-0/+2
*
gh-120838: Add _PyThreadState_WHENCE_FINI (gh-121010)
Eric Snow
2024-06-25
1
-4/+5
*
gh-118727: Don't drop the GIL in `drop_gil()` unless the current thread holds...
Brett Simmers
2024-05-23
1
-1/+3
*
gh-112075: use per-thread dict version pool (#118676)
Dino Viehland
2024-05-07
1
-0/+1
*
GH-117760: Streamline the trashcan mechanism (GH-117763)
Mark Shannon
2024-04-17
1
-6/+1
*
gh-117645: Increase WASI stack size from 512 KiB to 8 MiB (#117674)
Victor Stinner
2024-04-16
1
-8/+3
*
gh-117008: Fix functools test_recursive_pickle() (#117009)
Victor Stinner
2024-03-23
1
-0/+2
*
gh-71052: Add Android build script and instructions (#116426)
Malcolm Smith
2024-03-21
1
-0/+4
*
gh-114271: Fix race in `Thread.join()` (#114839)
mpage
2024-03-16
1
-26/+0
*
gh-112175: Add `eval_breaker` to `PyThreadState` (#115194)
Brett Simmers
2024-02-20
1
-0/+5
*
GH-112354: Initial implementation of warm up on exits and trace-stitching (GH...
Mark Shannon
2024-02-20
1
-0/+2
*
GH-113655 Lower C recursion limit from 4000 to 3000 on Windows. (GH-114896)
Mark Shannon
2024-02-02
1
-1/+1
*
GH-114456: lower the recursion limit under WASI for debug builds (GH-114457)
Brett Cannon
2024-01-23
1
-4/+7
*
gh-111964: Implement stop-the-world pauses (gh-112471)
Sam Gross
2024-01-23
1
-1/+1
*
GH-113655: Lower the C recursion limit on various platforms (GH-113944)
Mark Shannon
2024-01-16
1
-2/+6
*
GH-112215: Increase C recursion limit for non debug builds (GH-113397)
Mark Shannon
2023-12-22
1
-1/+3
*
gh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` (#111864)
Hugo van Kemenade
2023-11-20
1
-1/+1
*
gh-111798: Use lower Py_C_RECURSION_LIMIT in debug mode (#112124)
Victor Stinner
2023-11-16
1
-1/+5
*
gh-112026: Add again _PyThreadState_UncheckedGet() function (#112121)
Victor Stinner
2023-11-15
1
-0/+3
*
gh-112026: Restore removed private C API (#112115)
Victor Stinner
2023-11-15
1
-0/+5
*
gh-111569: Implement Python critical section API (gh-111571)
Sam Gross
2023-11-08
1
-0/+7
*
gh-76785: Move the Cross-Interpreter Code to Its Own File (gh-111502)
Eric Snow
2023-10-30
1
-77/+0
*
gh-76785: Clean Up the Channels Module (gh-110568)
Eric Snow
2023-10-17
1
-1/+1
*
gh-109549: Add new states to PyThreadState to support PEP 703 (gh-109915)
Sam Gross
2023-10-05
1
-0/+4
*
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
-0/+9
*
gh-105716: Support Background Threads in Subinterpreters Consistently (gh-109...
Eric Snow
2023-10-02
1
-0/+1
*
gh-76785: Use Pending Calls When Releasing Cross-Interpreter Data (gh-109556)
Eric Snow
2023-09-19
1
-0/+1
*
GH-91079: Rename C_RECURSION_LIMIT to Py_C_RECURSION_LIMIT (#108507)
Victor Stinner
2023-09-08
1
-10/+9
*
gh-106320: Remove private _PyGILState_GetInterpreterStateUnsafe() (#108603)
Victor Stinner
2023-08-29
1
-9/+0
*
GH-108035: Remove the `_PyCFrame` struct as it is no longer needed for perfor...
Mark Shannon
2023-08-17
1
-23/+2
*
GH-107263: Increase C stack limit for most functions, except `_PyEval_EvalFra...
Mark Shannon
2023-08-04
1
-1/+2
*
gh-101524: Only Use Public C-API in the _xxsubinterpreters Module (gh-107359)
Eric Snow
2023-07-27
1
-0/+1
*
gh-106320: Remove _PyInterpreterState_HasFeature() (#106425)
Victor Stinner
2023-07-04
1
-32/+0
*
gh-106320: Remove private _PyInterpreterState functions (#106325)
Victor Stinner
2023-07-02
1
-57/+0
*
gh-106320: Remove _PyInterpreterState_Get() alias (#106321)
Victor Stinner
2023-07-01
1
-4/+1
*
gh-101659: Isolate "obmalloc" State to Each Interpreter (gh-101660)
Eric Snow
2023-04-24
1
-0/+4
[next]