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.12] GH-110455: Guard `assert(tstate->thread_id > 0)` with `GH-ifndef HAVE_...
Miss Islington (bot)
2023-10-06
1
-2/+2
*
[3.12] gh-108987: Fix _thread.start_new_thread() race condition (#109135) (#1...
Victor Stinner
2023-10-04
1
-0/+29
*
[3.12] gh-104690: thread_run() checks for tstate dangling pointer (#109056) (...
Victor Stinner
2023-10-02
1
-0/+18
*
[3.12] gh-107080: Fix Py_TRACE_REFS Crashes Under Isolated Subinterpreters (#...
Eric Snow
2023-08-16
1
-0/+1
*
[3.12] gh-105699: Use a _Py_hashtable_t for the PyModuleDef Cache (gh-106974)...
Eric Snow
2023-07-28
1
-69/+0
*
[3.12] GH-103082: Rename PY_MONITORING_EVENTS to _PY_MONITORING_EVENTS (#1070...
Victor Stinner
2023-07-22
1
-4/+4
*
[3.12] gh-104812: Run Pending Calls in any Thread (gh-104813) (gh-105752)
Eric Snow
2023-06-14
1
-1/+2
*
[3.12] gh-100227: Lock Around Modification of the Global Allocators State (gh...
Miss Islington (bot)
2023-06-08
1
-1/+2
*
[3.12] gh-100227: Lock Around Adding Global Audit Hooks (gh-105515) (gh-105525)
Eric Snow
2023-06-08
1
-3/+4
*
[3.12] gh-100227: Lock Around Use of the Global "atexit" State (gh-105514) (g...
Miss Islington (bot)
2023-06-08
1
-22/+13
*
[3.12] gh-104341: Call _PyEval_ReleaseLock() with NULL When Finalizing the Cu...
Miss Islington (bot)
2023-06-01
1
-3/+18
*
gh-104341: Adjust tstate_must_exit() to Respect Interpreter Finalization (gh-...
Eric Snow
2023-05-15
1
-5/+7
*
gh-99113: A Per-Interpreter GIL! (gh-104210)
Eric Snow
2023-05-08
1
-3/+1
*
gh-99113: Make Sure the GIL is Acquired at the Right Places (gh-104208)
Eric Snow
2023-05-06
1
-10/+32
*
gh-99113: Share the GIL via PyInterpreterState.ceval.gil (gh-104203)
Eric Snow
2023-05-05
1
-1/+1
*
gh-103323: Remove PyRuntimeState_GetThreadState() (#104171)
Victor Stinner
2023-05-04
1
-1/+1
*
GH-103082: Code cleanup in instrumentation code (#103474)
Mark Shannon
2023-04-29
1
-4/+4
*
gh-100227: Add a Granular Lock for _PyRuntime.imports.extensions.dict (gh-103...
Eric Snow
2023-04-25
1
-1/+4
*
gh-101659: Isolate "obmalloc" State to Each Interpreter (gh-101660)
Eric Snow
2023-04-24
1
-4/+13
*
gh-103323: Get the "Current" Thread State from a Thread-Local Variable (gh-10...
Eric Snow
2023-04-24
1
-6/+32
*
GH-103082: Implementation of PEP 669: Low Impact Monitoring for CPython (GH-1...
Mark Shannon
2023-04-12
1
-5/+35
*
gh-103176: sys._current_exceptions() returns mapping to exception instances i...
Irit Katriel
2023-04-11
1
-7/+6
*
gh-100227: Use an Array for _PyRuntime's Set of Locks During Init (gh-103315)
Eric Snow
2023-04-06
1
-60/+48
*
gh-100227: Make the Global PyModuleDef Cache Safe for Isolated Interpreters (...
Eric Snow
2023-03-29
1
-22/+106
*
gh-100227: Revert gh-102925 "gh-100227: Make the Global Interned Dict Safe fo...
Eric Snow
2023-03-27
1
-183/+21
*
gh-100227: Make the Global Interned Dict Safe for Isolated Interpreters (gh-1...
Eric Snow
2023-03-23
1
-21/+183
*
gh-102304: Move the Total Refcount to PyInterpreterState (gh-102545)
Eric Snow
2023-03-21
1
-2/+8
*
gh-102304: Fix Non-Debug Builds (gh-102846)
Eric Snow
2023-03-20
1
-0/+2
*
gh-102304: Move _Py_RefTotal to _PyRuntimeState (gh-102543)
Eric Snow
2023-03-20
1
-0/+3
*
gh-102660: Handle m_copy Specially for the sys and builtins Modules (gh-102661)
Eric Snow
2023-03-14
1
-0/+1
*
gh-100227: Move the dtoa State to PyInterpreterState (gh-102331)
Eric Snow
2023-02-28
1
-1/+19
*
GH-102126: fix deadlock at shutdown when clearing thread states (#102222)
Kumar Aditya
2023-02-25
1
-3/+10
*
gh-101758: Fix the wasm Buildbots (gh-101943)
Eric Snow
2023-02-16
1
-0/+4
*
gh-101758: Clean Up Uses of Import State (gh-101919)
Eric Snow
2023-02-15
1
-140/+11
*
GH-101578: Normalize the current exception (GH-101607)
Mark Shannon
2023-02-08
1
-3/+1
*
gh-59956: Partial Fix for GILState API Compatibility with Subinterpreters (gh...
Eric Snow
2023-02-06
1
-21/+4
*
gh-59956: Clarify Runtime State Status Expectations (gh-101308)
Eric Snow
2023-01-30
1
-145/+346
*
Fix typos in pystate.c file (#101348)
Виталий Дмитриев
2023-01-26
1
-5/+5
*
gh-59956: Allow the "Trashcan" Mechanism to Work Without a Thread State (gh-1...
Eric Snow
2023-01-23
1
-0/+16
*
gh-101181: Fix `unused-variable` warning in `pystate.c` (#101188)
Nikita Sobolev
2023-01-20
1
-0/+3
*
gh-59956: Fix Function Groupings in pystate.c (gh-101172)
Eric Snow
2023-01-20
1
-237/+352
*
gh-59956: Clarify GILState-related Code (gh-101161)
Eric Snow
2023-01-19
1
-201/+329
*
GH-100892: consolidate `HEAD_LOCK/HEAD_UNLOCK` macros (#100953)
Kumar Aditya
2023-01-15
1
-4/+0
*
GH-100126: Skip incomplete frames in more places (GH-100613)
Brandt Bucher
2023-01-09
1
-7/+2
*
GH-100000: Cleanup and polish various watchers code (GH-99998)
Itamar Ostricher
2022-12-14
1
-0/+4
*
gh-99741: Implement Multi-Phase Init for the _xxsubinterpreters Module (gh-99...
Eric Snow
2022-12-05
1
-56/+128
*
gh-99741: Clean Up the _xxsubinterpreters Module (gh-99940)
Eric Snow
2022-12-02
1
-9/+11
*
gh-99741: Fix the Cross-Interpreter Data API (gh-99939)
Eric Snow
2022-12-02
1
-23/+84
*
GH-91054: Add code object watchers API (GH-99859)
Itamar Ostricher
2022-12-02
1
-0/+5
*
gh-91053: Add an optional callback that is invoked whenever a function is mod...
mpage
2022-11-22
1
-0/+5
[next]