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: #1603424 subprocess.py wrongly claims 2.2 compatibility.
Type: Stage:
Components: None Versions:
process
Status: closed Resolution: rejected
Dependencies: Superseder:
Assigned To: astrand Nosy List: astrand, georg.brandl, racarr
Priority: normal Keywords: patch

Created on 2006-12-05 15:16 by racarr, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
subprocesscompat racarr, 2006-12-05 15:16 Patch
Messages (3)
msg51480 - (view) Author: Robert Carr (racarr) Date: 2006-12-05 15:16
Simple fix restoring 2.2 compatibility in subprocess.py. This makes more sense than a list comprehension or constructing sets in my opinion even ignoring the bug. 
msg51481 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2006-12-08 20:55
This patch changes semantics: if two names refer to the same fd, it is attempted to be closed twice.
msg51482 - (view) Author: Peter Åstrand (astrand) * (Python committer) Date: 2007-01-07 09:03
This patch is rejected, due to the problem described in gbrandl:s comment. Another fix has been submitted, though, which solves bug #1603424. 
History
Date User Action Args
2022-04-11 14:56:21adminsetgithub: 44307
2006-12-05 15:16:37racarrcreate