mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
gh-99741: Implement Multi-Phase Init for the _xxsubinterpreters Module (gh-99742)
_xxsubinterpreters is an internal module used for testing. https://github.com/python/cpython/issues/99741
This commit is contained in:
parent
51ee0a29e9
commit
530cc9dbb6
6 changed files with 384 additions and 190 deletions
|
@ -496,7 +496,6 @@ Modules/_pickle.c - PicklerMemoProxyType -
|
|||
Modules/_pickle.c - Pickler_Type -
|
||||
Modules/_pickle.c - UnpicklerMemoProxyType -
|
||||
Modules/_pickle.c - Unpickler_Type -
|
||||
Modules/_xxsubinterpretersmodule.c - ChannelIDtype -
|
||||
Modules/_zoneinfo.c - PyZoneInfo_ZoneInfoType -
|
||||
Modules/ossaudiodev.c - OSSAudioType -
|
||||
Modules/ossaudiodev.c - OSSMixerType -
|
||||
|
@ -523,12 +522,6 @@ Modules/_ctypes/_ctypes.c - PyExc_ArgError -
|
|||
Modules/_cursesmodule.c - PyCursesError -
|
||||
Modules/_decimal/_decimal.c - DecimalException -
|
||||
Modules/_tkinter.c - Tkinter_TclError -
|
||||
Modules/_xxsubinterpretersmodule.c - ChannelError -
|
||||
Modules/_xxsubinterpretersmodule.c - ChannelNotFoundError -
|
||||
Modules/_xxsubinterpretersmodule.c - ChannelClosedError -
|
||||
Modules/_xxsubinterpretersmodule.c - ChannelEmptyError -
|
||||
Modules/_xxsubinterpretersmodule.c - ChannelNotEmptyError -
|
||||
Modules/_xxsubinterpretersmodule.c - RunFailedError -
|
||||
Modules/ossaudiodev.c - OSSAudioError -
|
||||
Modules/socketmodule.c - socket_herror -
|
||||
Modules/socketmodule.c - socket_gaierror -
|
||||
|
|
Can't render this file because it has a wrong number of fields in line 4.
|
Loading…
Add table
Add a link
Reference in a new issue