summaryrefslogtreecommitdiffstats
path: root/Modules/_xxinterpchannelsmodule.c
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-101524: Only Use Public C-API in the _xxsubinterpreters Module (gh-...Miss Islington (bot)2023-07-271-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