summaryrefslogtreecommitdiffstats
path: root/Include/cpython/lock.h
Commit message (Collapse)AuthorAgeFilesLines
* [3.13] gh-136759: revert rename `lock.h` to `pylock.h` (GH-137041) (#137075) ↵Kumar Aditya2025-07-281-0/+63
| | | | | | | (#137166) Revert "[3.13] gh-136759: rename `lock.h` to `pylock.h` (GH-137041) (#137075)" This reverts commit 74503acba7d6c563aeef307ccf2d0cee141838b0.
* [3.13] gh-136759: rename `lock.h` to `pylock.h` (GH-137041) (#137075)AN Long2025-07-241-63/+0
| | | | Rename `lock.h` to `pylock.h` to avoid conflicts with headers of other projects. (cherry picked from commit ec02db5caa546cb4759999453bd6efc1d517b95c)
* [3.13] gh-117511: Make PyMutex public in the non-limited API (GH-117731) ↵Sam Gross2024-06-201-0/+63
(#120800) (cherry picked from commit 3af7263037de1d0ef63b070fc7bfc2cf042eaebe)