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 Roman Bolshakov
Recipients Roman Bolshakov
Date 2016-05-29.10:59:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464519594.44.0.838880586419.issue27151@psf.upfronthosting.co.za>
In-reply-to
Content
There's no code that closes read pipe(Process.sentinel) when a Process is joined. That creates issues in long running programs as the pipe's file descriptors are effectively leaked.
History
Date User Action Args
2016-05-29 10:59:54Roman Bolshakovsetrecipients: + Roman Bolshakov
2016-05-29 10:59:54Roman Bolshakovsetmessageid: <1464519594.44.0.838880586419.issue27151@psf.upfronthosting.co.za>
2016-05-29 10:59:54Roman Bolshakovlinkissue27151 messages
2016-05-29 10:59:54Roman Bolshakovcreate