summaryrefslogtreecommitdiffstats
path: root/Modules/_xxinterpchannelsmodule.c
Commit message (Expand)AuthorAgeFilesLines
* gh-76785: Make interpreters.*Channel Objects Shareable (gh-110607)Eric Snow2023-10-191-0/+4
* gh-76785: Add *Channel.is_closed (gh-110606)Eric Snow2023-10-191-2/+276
* gh-76785: Clean Up the Channels Module (gh-110568)Eric Snow2023-10-171-289/+327
* gh-84570: Add Timeouts to SendChannel.send() and RecvChannel.recv() (gh-110567)Eric Snow2023-10-171-17/+26
* gh-84570: Send-Wait Fixes for _xxinterpchannels (gh-111006)Eric Snow2023-10-171-54/+331
* gh-84570: Factor Out _channel_send_wait() (gh-110949)Eric Snow2023-10-161-45/+43
* gh-84570: Implement Waiting in SendChannel.send() (gh-110565)Eric Snow2023-10-101-26/+101
* gh-76785: Add SendChannel.send_buffer() (#110246)Eric Snow2023-10-091-34/+285
* gh-110300: Fix Refleaks in test_interpreters and test__xxinterpchannels (gh-1...Eric Snow2023-10-041-2/+9
* gh-76785: Module-level Fixes for test.support.interpreters (gh-110236)Eric Snow2023-10-021-20/+165
* gh-76785: Use Pending Calls When Releasing Cross-Interpreter Data (gh-109556)Eric Snow2023-09-191-10/+20
* gh-108511: Add C API functions which do not silently ignore errors (GH-109025)Serhiy Storchaka2023-09-171-1/+1
* gh-101524: Only Use Public C-API in the _xxsubinterpreters Module (gh-107359)Eric Snow2023-07-271-8/+3
* gh-106320: Remove private _PyInterpreterID C API (#107053)Victor Stinner2023-07-221-1/+1
* gh-106320: Remove private pylifecycle.h functions (#106400)Victor Stinner2023-07-041-1/+5
* gh-101524: Only Use Public C-API in the _xxsubinterpreters Module (gh-105258)Eric Snow2023-06-021-5/+1
* gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)Eric Snow2023-05-051-0/+1
* gh-101659: Add _Py_AtExit() (gh-103298)Eric Snow2023-04-061-13/+83
* gh-101659: Use the Raw Allocator in the _xxinterpchannels Module (gh-103287)Eric Snow2023-04-051-22/+93
* gh-101524: Fix the ChannelID tp_name (gh-102655)Eric Snow2023-03-131-1/+1
* gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (in...Irit Katriel2023-02-241-3/+3
* gh-101609: Fix "‘state’ may be used uninitialized" warning in `_xxinterpc...Nikita Sobolev2023-02-061-2/+3
* gh-101524: Split Up the _xxsubinterpreters Module (gh-101526)Eric Snow2023-02-041-0/+2325