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 pitrou
Recipients Roman Bolshakov, Winterflower, davin, jnoller, josh.r, pitrou, sbt, socketpair
Date 2017-06-13.11:17:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497352669.15.0.843015002761.issue27151@psf.upfronthosting.co.za>
In-reply-to
Content
As for Process, it doesn't have a close() method right now, so you should lose all references to a Process object once you are done with it.  When a Process is garbage-collected, its Popen object is garbage-collected too, and the Popen object's Finalizer then closes the sentinel fd.
History
Date User Action Args
2017-06-13 11:17:49pitrousetrecipients: + pitrou, jnoller, socketpair, sbt, josh.r, davin, Winterflower, Roman Bolshakov
2017-06-13 11:17:49pitrousetmessageid: <1497352669.15.0.843015002761.issue27151@psf.upfronthosting.co.za>
2017-06-13 11:17:49pitroulinkissue27151 messages
2017-06-13 11:17:49pitroucreate