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 neologix, pitrou, skrah, vstinner
Date 2012-02-19.19:38:54
SpamBayes Score 0.0008731636
Marked as misclassified No
Message-id <1329680135.3442.5.camel@localhost.localdomain>
In-reply-to <20120219192711.GA9540@sleipnir.bytereef.org>
Content
> Regarding the posix_read leak: Running with --num-callers=50 shows
> that it's also thread related:

Would be nice to know if it's a daemon thread. Daemon threads are simply
killed by the OS at shutdown.
History
Date User Action Args
2012-02-19 19:38:55pitrousetrecipients: + pitrou, vstinner, skrah, neologix
2012-02-19 19:38:54pitroulinkissue13090 messages
2012-02-19 19:38:54pitroucreate