]> granicus.if.org Git - python/commit
bpo-38069: Convert _posixsubprocess to PEP-384 (GH-15780)
authorDino Viehland <dinoviehland@gmail.com>
Tue, 10 Sep 2019 11:01:20 +0000 (12:01 +0100)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 10 Sep 2019 11:01:20 +0000 (04:01 -0700)
commit5a7d2e11aaea2dd32878dc5c6b1aae8caf56cb44
treebcd95470db543aa444c7ad8c855372b2eef10eb8
parent537877d85d1c27d2c2f5189e39da64a7a0c413d3
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
Misc/NEWS.d/next/Core and Builtins/2019-09-09-14-46-05.bpo-38069.cn8XLv.rst [new file with mode: 0644]
Modules/_posixsubprocess.c