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.

Author jrosdahl
Recipients jrosdahl
Date 2008-05-08.12:22:41
SpamBayes Score 0.00076131575
Marked as misclassified No
Message-id <1210249364.92.0.977353677692.issue2791@psf.upfronthosting.co.za>
In-reply-to
Content
The optimization in SVN rev 38556 seems to have changed
Popen.communicate's behavior when stdout is subprocess.PIPE (and maybe
for other cases as well).

See the attached file. In Python 2.4.5, all three counts are the same.
In Python 2.5.2, the middle count has increased by 1. In other words: A
file descriptor is leaked until the last reference to the Popen instance
is dropped.
History
Date User Action Args
2008-05-08 12:22:45jrosdahlsetspambayes_score: 0.000761316 -> 0.00076131575
recipients: + jrosdahl
2008-05-08 12:22:45jrosdahlsetspambayes_score: 0.000761316 -> 0.000761316
messageid: <1210249364.92.0.977353677692.issue2791@psf.upfronthosting.co.za>
2008-05-08 12:22:43jrosdahllinkissue2791 messages
2008-05-08 12:22:42jrosdahlcreate