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
/
Modules
/
_threadmodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
GH-116946: revert eliminate the need for the GC in the `_thread.lock` and `_t...
Kumar Aditya
2025-11-12
1
-15/+7
*
GH-116946: eliminate the need for the GC in the `_thread.lock` and `_thread.R...
Sergey Miryanov
2025-11-12
1
-7/+15
*
gh-116946: partial revert gh-139073 for thread handle type (#139474)
Kumar Aditya
2025-10-01
1
-1/+3
*
gh-116946: remove unnecessary gc from immutable types (#139073)
Sergey Miryanov
2025-10-01
1
-3/+1
*
gh-136003: Skip non-daemon threads when exceptions occur during finalization ...
Peter Bierma
2025-09-18
1
-3/+1
*
gh-136003: Execute pre-finalization callbacks in a loop (GH-136004)
Peter Bierma
2025-09-18
1
-3/+4
*
gh-137017: Ensure `Thread.is_alive()` only returns False after the underlying...
Abdul
2025-09-15
1
-0/+3
*
gh-138004: Fix setting a thread name on OpenIndiana (GH-138017)
jadonduff
2025-09-02
1
-3/+6
*
gh-138342: Use a common utility for visiting an object's type (GH-138343)
Peter Bierma
2025-09-01
1
-24/+3
*
gh-137808: use argument clinic for `_thread.lock` and `_thread.RLock` (#137809)
Kumar Aditya
2025-08-15
1
-201/+261
*
Revert "gh-112068: C API: Add support of nullable arguments in PyArg_Parse (G...
Serhiy Storchaka
2025-07-22
1
-5/+13
*
gh-136549: Fix signature of threading.excepthook() (GH-136559)
Serhiy Storchaka
2025-07-12
1
-1/+1
*
gh-87135: threading.Lock: Raise rather than hang on Python finalization (GH-1...
Petr Viktorin
2025-07-01
1
-4/+14
*
gh-135607: remove null checking of weakref list in dealloc of extension modul...
Xuanteng Huang
2025-06-30
1
-3/+1
*
gh-108512: Add and use new replacements for PySys_GetObject() (GH-111035)
Serhiy Storchaka
2025-05-28
1
-2/+1
*
gh-134381: Fix RuntimeError when starting not-yet started Thread after fork (...
Jiucheng(Oliver)
2025-05-23
1
-0/+6
*
gh-134322: Fix `repr(threading.RLock)` (#134389)
Duprat
2025-05-22
1
-1/+7
*
gh-134323: Fix the new `threading.RLock.locked` method (#134368)
Duprat
2025-05-22
1
-2/+8
*
gh-134087: enforce signature of `threading.RLock` (#134178)
Bénédikt Tran
2025-05-19
1
-39/+43
*
gh-87135: Raise PythonFinalizationError when joining a blocked daemon thread ...
Petr Viktorin
2025-04-28
1
-5/+15
*
gh-112068: C API: Add support of nullable arguments in PyArg_Parse (GH-121303)
Serhiy Storchaka
2025-04-08
1
-13/+5
*
gh-115942: Add `locked` to several multiprocessing locks (#115944)
sobolevn
2025-04-08
1
-0/+15
*
gh-111178: Fix function signature for test_threading (#131663)
Victor Stinner
2025-03-24
1
-2/+3
*
gh-131238: Remove pycore_object_deferred.h from pycore_object.h (#131549)
Victor Stinner
2025-03-21
1
-1/+2
*
gh-131268: Implement thread names on OpenBSD (#131528)
Xavier G.
2025-03-21
1
-5/+22
*
GH-131238: More refactoring of core header files (GH-131351)
Mark Shannon
2025-03-17
1
-0/+1
*
gh-111178: Fix function signatures to fix undefined behavior (#131191)
Victor Stinner
2025-03-14
1
-3/+3
*
gh-111178: Fix function signatures in misc files (#131180)
Victor Stinner
2025-03-13
1
-2/+3
*
gh-124878: Fix race conditions during interpreter finalization (#130649)
Sam Gross
2025-03-06
1
-3/+0
*
gh-130163: Fix crashes related to PySys_GetObject() (GH-130503)
Serhiy Storchaka
2025-02-25
1
-6/+6
*
gh-111178: fix UBSan failures in `Modules/_threadmodule.c` (GH-129794)
Bénédikt Tran
2025-02-24
1
-76/+83
*
gh-129354: Use PyErr_FormatUnraisable() function (#129518)
Victor Stinner
2025-01-31
1
-16/+27
*
gh-59705: Make PYTHREAD_NAME_MAXLEN macro private (#128945)
Victor Stinner
2025-01-18
1
-10/+10
*
gh-59705: Implement _thread.set_name() on Windows (#128675)
Victor Stinner
2025-01-17
1
-2/+81
*
gh-128691: Use deferred reference counting on `_thread._local` (#128693)
Sam Gross
2025-01-10
1
-0/+4
*
gh-128279: Enhance the NetBSD compatibility for thread naming (#128280)
Furkan Onder
2024-12-28
1
-0/+3
*
gh-59705: Set OS thread name when Thread.name is changed (#127702)
Victor Stinner
2024-12-10
1
-2/+1
*
gh-59705: Add _thread.set_name() function (#127338)
Victor Stinner
2024-12-06
1
-0/+108
*
gh-127190: Fix local_setattro() error handling (#127366)
Victor Stinner
2024-11-28
1
-1/+1
*
gh-109746: Make _thread.start_new_thread delete state of new thread on its st...
Radislav Chugunov
2024-11-22
1
-0/+1
*
gh-125139: use `_PyRecursiveMutex` in `_thread.RLock` (#125144)
Kumar Aditya
2024-10-14
1
-118/+33
*
gh-117721: use PyMutex in `_thread.lock` (#125110)
Kumar Aditya
2024-10-08
1
-45/+11
*
gh-111178: Fix function signatures in _threadmodule.c (#124964)
Victor Stinner
2024-10-04
1
-49/+70
*
Fix typos (#123775)
algonell
2024-09-09
1
-2/+2
*
gh-120973: Fix thread-safety issues with `threading.local` (#121655)
mpage
2024-07-19
1
-150/+234
*
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers
2024-05-03
1
-0/+1
*
gh-118332: Fix deadlock involving stop the world (#118412)
Sam Gross
2024-04-30
1
-1/+2
*
gh-117764: Add signatures and improve docstrings in the _thread module (GH-11...
Serhiy Storchaka
2024-04-12
1
-46/+126
*
gh-113964: Don't prevent new threads until all non-daemon threads exit (#116677)
Sam Gross
2024-03-19
1
-1/+1
*
gh-116915: Make `_thread._ThreadHandle` support GC (#116934)
mpage
2024-03-18
1
-3/+13
[next]