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
*
[3.14] gh-136870: fix data race in `PyThreadState_Clear` on `sys_tracing_thre...
Miss Islington (bot)
2025-07-21
1
-0/+9
*
[3.14] gh-132775: Fix Interpreter.call() __main__ Visibility (gh-135638)
Miss Islington (bot)
2025-06-17
1
-0/+1
*
[3.14] gh-91048: Refactor and optimize remote debugging module (#134652) (#13...
Pablo Galindo Salgado
2025-05-25
1
-4/+6
*
[3.14] gh-134144: Fix use-after-free in zapthreads() (GH-134145) (#134182)
Miss Islington (bot)
2025-05-18
1
-2/+7
*
GH-133231: Changes to executor management to support proposed `sys._jit` modu...
Mark Shannon
2025-05-04
1
-1/+7
*
GH-124715: Move trashcan mechanism into `Py_Dealloc` (GH-132280)
Mark Shannon
2025-04-30
1
-1/+4
*
GH-132508: Use tagged integers on the evaluation stack for the last instructi...
Mark Shannon
2025-04-29
1
-1/+1
*
gh-133079: Remove Py_C_RECURSION_LIMIT & PyThreadState.c_recursion_remaining ...
Petr Viktorin
2025-04-29
1
-1/+0
*
gh-132775: Drop PyUnstable_InterpreterState_GetMainModule() (gh-132978)
Eric Snow
2025-04-28
1
-6/+32
*
gh-132399: ensure correct alignment of `PyInterpreterState` (#132428)
Bénédikt Tran
2025-04-19
1
-3/+14
*
gh-131238: Add pycore_interpframe_structs.h header (#131553)
Victor Stinner
2025-03-21
1
-2/+0
*
gh-131238: Remove includes from pycore_interp.h (#131495)
Victor Stinner
2025-03-20
1
-8/+7
*
gh-131238: Remove more includes from pycore_interp.h (#131480)
Victor Stinner
2025-03-19
1
-0/+1
*
gh-131238: Remove many includes from pycore_interp.h (#131472)
Victor Stinner
2025-03-19
1
-0/+1
*
gh-131238: Convert pycore_pystate.h static inline to functions (#131352)
Victor Stinner
2025-03-17
1
-0/+38
*
GH-131238: Core header refactor (GH-131250)
Mark Shannon
2025-03-17
1
-0/+3
*
gh-124878: Fix race conditions during interpreter finalization (#130649)
Sam Gross
2025-03-06
1
-39/+57
*
GH-127705: better double free message. (GH-130785)
Mark Shannon
2025-03-05
1
-3/+16
*
gh-130091: Reorder `_PyThreadState_Attach` to avoid data race (gh-130092)
Sam Gross
2025-02-27
1
-2/+1
*
gh-130421: Fix data race on timebase initialization (gh-130592)
Sam Gross
2025-02-27
1
-0/+6
*
GH-130396: Use computed stack limits on linux (GH-130398)
Mark Shannon
2025-02-25
1
-4/+7
*
GH-91079: Revert "GH-91079: Implement C stack limits using addresses, not cou...
Petr Viktorin
2025-02-24
1
-7/+4
*
gh-111924: Fix data races when swapping allocators (gh-130287)
Sam Gross
2025-02-20
1
-1/+1
*
GH-91079: Implement C stack limits using addresses, not counters. (GH-130007)
Mark Shannon
2025-02-19
1
-4/+7
*
gh-128002: use per threads tasks linked list in asyncio (#128869)
Kumar Aditya
2025-02-06
1
-1/+11
*
GH-126599: Remove the PyOptimizer API (GH-129194)
Brandt Bucher
2025-01-29
1
-9/+1
*
GH-91048: Add utils for capturing async call stack for asyncio programs and e...
Yury Selivanov
2025-01-22
1
-0/+2
*
gh-129033: Remove _PyInterpreterState_SetConfig() function (#129048)
Victor Stinner
2025-01-20
1
-14/+0
*
gh-128360: Add `_Py_AssertHoldsTstate` as assertion for holding a thread stat...
Peter Bierma
2025-01-20
1
-1/+0
*
GH-127705: Add debug mode for `_PyStackRef`s inspired by HPy debug mode (GH-1...
Mark Shannon
2024-12-20
1
-0/+29
*
gh-115999: Enable specialization of `CALL` instructions in free-threaded buil...
mpage
2024-12-03
1
-0/+2
*
gh-109746: Make _thread.start_new_thread delete state of new thread on its st...
Radislav Chugunov
2024-11-22
1
-1/+3
*
gh-114940: Add _Py_FOR_EACH_TSTATE_UNLOCKED(), and Friends (gh-127077)
Eric Snow
2024-11-21
1
-52/+46
*
gh-121058: Warn if `PyThreadState_Clear` is called with an exception set (gh-...
Peter Bierma
2024-11-20
1
-0/+5
*
gh-126914: Store the Preallocated Thread State's Pointer in a PyInterpreterSt...
Eric Snow
2024-11-19
1
-47/+46
*
gh-126986: Drop _PyInterpreterState_FailIfNotRunning() (gh-126988)
Eric Snow
2024-11-19
1
-12/+8
*
gh-76785: Minor Cleanup of "Cross-interpreter" Code (gh-126457)
Eric Snow
2024-11-07
1
-1/+1
*
gh-115999: Implement thread-local bytecode and enable specialization for `BIN...
mpage
2024-11-04
1
-0/+10
*
gh-125286: Share the Main Refchain With Legacy Interpreters (gh-125709)
Eric Snow
2024-10-23
1
-4/+2
*
gh-125604: Move _Py_AuditHookEntry, etc. Out of pycore_runtime.h (gh-125605)
Eric Snow
2024-10-18
1
-1/+1
*
gh-124218: Use per-thread refcounts for code objects (#125216)
Sam Gross
2024-10-15
1
-1/+1
*
gh-111924: use atomics for interp id refcounting (#125321)
Kumar Aditya
2024-10-12
1
-48/+6
*
gh-116750: Add clear_tool_id function to unregister events and callbacks (#12...
Tian Gao
2024-10-01
1
-0/+1
*
gh-124218: Refactor per-thread reference counting (#124844)
Sam Gross
2024-10-01
1
-3/+3
*
GH-123516: Improve JIT memory consumption by invalidating cold executors (GH-...
Savannah Ostrowski
2024-09-27
1
-0/+1
*
gh-119333: Add C api to have contextvar enter/exit callbacks (#119335)
Jason Fried
2024-09-24
1
-0/+5
*
Remove comment from pystate created in 2003 (#123259)
Anthony Shaw
2024-08-24
1
-5/+0
*
Add debug offsets for free threaded builds (#123041)
Pablo Galindo Salgado
2024-08-15
1
-1/+3
*
gh-122697: Fix free-threading memory leaks at shutdown (#122703)
Sam Gross
2024-08-08
1
-1/+1
*
gh-122417: Implement per-thread heap type refcounts (#122418)
Sam Gross
2024-08-06
1
-7/+6
[next]