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 neologix, pitrou, sbt, skrah, vstinner
Date 2013-11-18.14:05:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1384783554.78.0.748816233874.issue13090@psf.upfronthosting.co.za>
In-reply-to
Content
> If the result of os.read() was stored in a Python daemon thread, the 
> memory should be released since the following changeset. Can someone 
> check if this issue still exist?

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.
History
Date User Action Args
2013-11-18 14:05:54sbtsetrecipients: + sbt, pitrou, vstinner, skrah, neologix
2013-11-18 14:05:54sbtsetmessageid: <1384783554.78.0.748816233874.issue13090@psf.upfronthosting.co.za>
2013-11-18 14:05:54sbtlinkissue13090 messages
2013-11-18 14:05:54sbtcreate