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
/
_interpchannelsmodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-140306: Fix memory leaks in cross-interpreter data handling (GH-140307)
Shamil
2025-10-19
1
-1/+1
*
gh-123828: Fix data race in `_interpchannels._waiting_release` (GH-124107)
Nadeshiko Manju
2025-10-01
1
-1/+1
*
gh-135839: Fix `module_traverse` and `module_clear` in `_interpchannelsmodule...
sobolevn
2025-06-25
1
-4/+2
*
gh-134939: Add the concurrent.interpreters Module (gh-133958)
Eric Snow
2025-06-11
1
-8/+18
*
gh-132775: Expand the Capability of Interpreter.call() (gh-133484)
Eric Snow
2025-05-30
1
-4/+4
*
gh-132775: Fix Recently Introduced Warnings (gh-134530)
Eric Snow
2025-05-22
1
-1/+1
*
gh-132775: Use _PyObject_GetXIData (With Fallback) (gh-134440)
Eric Snow
2025-05-22
1
-62/+114
*
gh-132775: Support Fallbacks in _PyObject_GetXIData() (gh-133482)
Eric Snow
2025-05-21
1
-4/+4
*
gh-132775: Cleanup Related to crossinterp.c Before Further Changes (gh-132974)
Eric Snow
2025-04-28
1
-1/+1
*
gh-132781: Cleanup Code Related to NotShareableError (gh-132782)
Eric Snow
2025-04-25
1
-10/+3
*
gh-111178: remove redundant casts for functions with correct signatures (#131...
Bénédikt Tran
2025-04-01
1
-1/+1
*
gh-131082: Add missing guards for WIN32_LEAN_AND_MEAN (#131044)
Max Bachmann
2025-03-11
1
-1/+3
*
gh-111178: fix UBSan failures in `Modules/_interp*module.c` (GH-129779)
Bénédikt Tran
2025-02-17
1
-29/+33
*
gh-76785: Improved Subinterpreters Compatibility with 3.12 (2/2) (gh-126707)
Eric Snow
2024-11-12
1
-1/+6
*
gh-76785: Improved Subinterpreters Compatibility with 3.12 (1/2) (gh-126704)
Eric Snow
2024-11-11
1
-1/+1
*
gh-76785: Minor Cleanup of "Cross-interpreter" Code (gh-126457)
Eric Snow
2024-11-07
1
-38/+32
*
gh-126433: Change channel_info.count to int64_t (#126447)
Victor Stinner
2024-11-06
1
-1/+1
*
gh-126433: Fix compiler warnings on 32-bit Windows (#126444)
Victor Stinner
2024-11-05
1
-1/+1
*
gh-125716: Use A Global Mutex When Initializing Global State For The _interpq...
Eric Snow
2024-10-21
1
-25/+39
*
gh-125716: Raise an Exception If _globals_init() Fails In the _interpqueues M...
Eric Snow
2024-10-21
1
-1/+2
*
gh-76785: Expand How Interpreter Channels Handle Interpreter Finalization (gh...
Eric Snow
2024-07-15
1
-70/+274
*
gh-121596: Fix Sharing Interpreter Channels (gh-121597)
Eric Snow
2024-07-10
1
-2/+2
*
gh-121374: Correct docstrings in `_interpchannels` (gh-121418)
Max Muoto
2024-07-08
1
-2/+2
*
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers
2024-05-03
1
-0/+1
*
gh-76785: Rename _xxsubinterpreters to _interpreters (gh-117791)
Eric Snow
2024-04-24
1
-0/+3380