bpo-38069: Convert _posixsubprocess to PEP-384 (GH-15780)
Summary: Eliminate uses of `_Py_IDENTIFIER` from `_posixsubprocess`, replacing them with interned strings. Also tries to find an existing version of the module, which will allow subinterpreters. https://bugs.python.org/issue38069
Showing
Please register or sign in to comment