This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Make _posixsubprocess PEP-384 compatible
Type: Stage: resolved
Components: Extension Modules Versions: Python 3.9
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: dino.viehland Nosy List: dino.viehland, eric.snow, miss-islington
Priority: normal Keywords: patch

Created on 2019-09-09 13:50 by dino.viehland, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 15780 merged dino.viehland, 2019-09-09 13:52
Messages (1)
msg351619 - (view) Author: miss-islington (miss-islington) Date: 2019-09-10 11:01
New changeset 5a7d2e11aaea2dd32878dc5c6b1aae8caf56cb44 by Miss Islington (bot) (Dino Viehland) in branch 'master':
bpo-38069: Convert _posixsubprocess to PEP-384 (GH-15780)
https://github.com/python/cpython/commit/5a7d2e11aaea2dd32878dc5c6b1aae8caf56cb44
History
Date User Action Args
2022-04-11 14:59:20adminsetgithub: 82250
2019-09-10 11:01:39christian.heimessetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2019-09-10 11:01:23miss-islingtonsetnosy: + miss-islington
messages: + msg351619
2019-09-09 13:52:20dino.viehlandsetkeywords: + patch
stage: patch review
pull_requests: + pull_request15433
2019-09-09 13:50:57dino.viehlandcreate