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
/
_testinternalcapi
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.13] gh-117511: Make PyMutex public in the non-limited API (GH-117731) (#12...
Sam Gross
2024-06-20
1
-8/+8
*
[3.13] gh-120584: Fix "unused thread_critical_sections" warning in `test_crit...
Miss Islington (bot)
2024-06-16
1
-1/+1
*
[3.13] gh-117657: Fix TSAN race involving import lock (GH-118523) (#120169)
Miss Islington (bot)
2024-06-06
1
-0/+25
*
[3.13] Revert "gh-115432: Add critical section variant that handles a NULL ob...
Miss Islington (bot)
2024-05-09
1
-9/+0
*
gh-110850: Remove _PyTime_TimeUnchecked() function (#118552)
Victor Stinner
2024-05-05
1
-4/+9
*
gh-118332: Fix deadlock involving stop the world (#118412)
Sam Gross
2024-04-30
1
-0/+85
*
gh-112069: Add _PySet_NextEntryRef to be thread-safe. (gh-117990)
Donghee Na
2024-04-18
1
-3/+7
*
gh-110850: Cleanup PyTime API: PyTime_t are nanoseconds (#115753)
Victor Stinner
2024-02-21
1
-12/+10
*
gh-110850: Use public PyTime functions (#115746)
Victor Stinner
2024-02-20
1
-2/+2
*
gh-110850: Rename internal PyTime C API functions (#115734)
Victor Stinner
2024-02-20
1
-3/+3
*
gh-110850: Cleanup pycore_time.h includes (#115724)
Victor Stinner
2024-02-20
1
-1/+2
*
gh-110850: Replace _PyTime_t with PyTime_t (#115719)
Victor Stinner
2024-02-20
2
-14/+14
*
gh-115432: Add critical section variant that handles a NULL object (#115433)
Sam Gross
2024-02-15
1
-0/+9
*
gh-110850: Add PyTime_t C API (GH-115215)
Petr Viktorin
2024-02-12
1
-16/+0
*
gh-111964: Add _PyRWMutex a "readers-writer" lock (gh-112859)
Sam Gross
2023-12-16
1
-0/+99
*
gh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` (#111864)
Hugo van Kemenade
2023-11-20
1
-2/+2
*
gh-111956: Add thread-safe one-time initialization. (gh-111960)
Sam Gross
2023-11-16
1
-0/+32
*
gh-111569: Fix critical sections test on WebAssembly (GH-111897)
Sam Gross
2023-11-09
1
-0/+4
*
gh-111569: Implement Python critical section API (gh-111571)
Sam Gross
2023-11-08
2
-0/+214
*
gh-111119: Fix flaky test test_lock_two_threads (gh-111124)
Sam Gross
2023-10-20
1
-4/+12
*
gh-110964: Remove private _PyArg functions (#110966)
Victor Stinner
2023-10-17
1
-1/+2
*
gh-110525: Add tests for internal `set` CAPI (GH-110630)
Nikita Sobolev
2023-10-10
2
-0/+60
*
gh-108724: Add PyMutex and _PyParkingLot APIs (gh-109344)
Sam Gross
2023-09-19
3
-0/+428
*
gh-108777: Split _PyTime tests from _testinternalcapi.c (gh-108787)
Sam Gross
2023-09-02
3
-0/+299