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 sbt
Recipients christian.heimes, pitrou, sbt
Date 2013-06-02.22:24:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1370211843.43.0.0859544557624.issue18121@psf.upfronthosting.co.za>
In-reply-to
Content
Presumably this is caused by the fact that Popen.__del__() ressurects self by appending self to _active if the process is still alive.

On Windows this is unnecessary.  On Unix it would be more sensible to just append the *pid* to _active.
History
Date User Action Args
2013-06-02 22:24:03sbtsetrecipients: + sbt, pitrou, christian.heimes
2013-06-02 22:24:03sbtsetmessageid: <1370211843.43.0.0859544557624.issue18121@psf.upfronthosting.co.za>
2013-06-02 22:24:03sbtlinkissue18121 messages
2013-06-02 22:24:03sbtcreate