summaryrefslogtreecommitdiffstats
path: root/Modules/_interpchannelsmodule.c
Commit message (Expand)AuthorAgeFilesLines
* gh-76785: Improved Subinterpreters Compatibility with 3.12 (2/2) (gh-126707)Eric Snow2024-11-121-1/+6
* gh-76785: Improved Subinterpreters Compatibility with 3.12 (1/2) (gh-126704)Eric Snow2024-11-111-1/+1
* gh-76785: Minor Cleanup of "Cross-interpreter" Code (gh-126457)Eric Snow2024-11-071-38/+32
* gh-126433: Change channel_info.count to int64_t (#126447)Victor Stinner2024-11-061-1/+1
* gh-126433: Fix compiler warnings on 32-bit Windows (#126444)Victor Stinner2024-11-051-1/+1
* gh-125716: Use A Global Mutex When Initializing Global State For The _interpq...Eric Snow2024-10-211-25/+39
* gh-125716: Raise an Exception If _globals_init() Fails In the _interpqueues M...Eric Snow2024-10-211-1/+2
* gh-76785: Expand How Interpreter Channels Handle Interpreter Finalization (gh...Eric Snow2024-07-151-70/+274
* gh-121596: Fix Sharing Interpreter Channels (gh-121597)Eric Snow2024-07-101-2/+2
* gh-121374: Correct docstrings in `_interpchannels` (gh-121418)Max Muoto2024-07-081-2/+2
* gh-116322: Add Py_mod_gil module slot (#116882)Brett Simmers2024-05-031-0/+1
* gh-76785: Rename _xxsubinterpreters to _interpreters (gh-117791)Eric Snow2024-04-241-0/+3380