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
/
internal
/
pycore_critical_section.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-140795: fetch thread state once on fast path for critical sections (#141406)
Kumar Aditya
2025-11-21
1
-27/+57
*
gh-133296: Publicly expose critical section API that accepts PyMutex (gh-135899)
Nathan Goldbaum
2025-07-21
1
-12/+2
*
gh-135380: enhance critical section held assertions (#135381)
Kumar Aditya
2025-06-20
1
-1/+23
*
gh-131238: Remove pycore_lock.h includes (#131483)
Victor Stinner
2025-03-19
1
-1/+1
*
gh-114203: Optimise simple recursive critical sections (#128126)
T. Wouters
2024-12-23
1
-0/+14
*
gh-128033: change `PyMutex_LockFast` to take `PyMutex` as argument (#128054)
Kumar Aditya
2024-12-18
1
-3/+3
*
gh-119344: Make critical section API public (#119353)
Sam Gross
2024-06-21
1
-150/+68
*
gh-117511: Make PyMutex public in the non-limited API (#117731)
Sam Gross
2024-06-20
1
-3/+3
*
gh-119247: Add macros to use PySequence_Fast safely in free-threaded build (#...
Josh {*()} Rosenberg
2024-05-22
1
-0/+22
*
Revert "gh-115432: Add critical section variant that handles a NULL object (#...
Sam Gross
2024-05-09
1
-29/+0
*
gh-116664: Make module state Py_SETREF's in _warnings thread-safe (#116959)
Erlend E. Aasland
2024-03-28
1
-2/+6
*
gh-113743: Make the MRO cache thread-safe in free-threaded builds (#113930)
Dino Viehland
2024-02-15
1
-1/+2
*
gh-115432: Add critical section variant that handles a NULL object (#115433)
Sam Gross
2024-02-15
1
-0/+29
*
gh-112075: Add critical sections for most dict APIs (#114508)
Dino Viehland
2024-02-06
1
-0/+46
*
gh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` (#111864)
Hugo van Kemenade
2023-11-20
1
-3/+3
*
gh-111569: Implement Python critical section API (gh-111571)
Sam Gross
2023-11-08
1
-0/+242