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 vstinner
Recipients neologix, pitrou, sbt, skrah, vstinner
Date 2013-11-18.14:07:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1384783657.89.0.639748929638.issue13090@psf.upfronthosting.co.za>
In-reply-to
Content
> If a daemon thread is killed while it is blocking on os.read()
> then the bytes object used as the read buffer will never be decrefed.

Ah yes, so another reason to ensure that daemon threads exit normally at Python shutdown :-)
History
Date User Action Args
2013-11-18 14:07:37vstinnersetrecipients: + vstinner, pitrou, skrah, neologix, sbt
2013-11-18 14:07:37vstinnersetmessageid: <1384783657.89.0.639748929638.issue13090@psf.upfronthosting.co.za>
2013-11-18 14:07:37vstinnerlinkissue13090 messages
2013-11-18 14:07:37vstinnercreate