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 mocramis
Recipients eric.snow, methane, mocramis
Date 2019-03-29.19:27:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1553887652.56.0.427921219111.issue36469@roundup.psfhosted.org>
In-reply-to
Content
Oh, also, i do not use any C extension (apart from the one i mentionned), so i do not acquire/release the GIL directly (a component of the standard library would do so). 

The demon threads, mainly spend their time listening to sockets and running short subprocesses (all in pure python).
History
Date User Action Args
2019-03-29 19:27:32mocramissetrecipients: + mocramis, methane, eric.snow
2019-03-29 19:27:32mocramissetmessageid: <1553887652.56.0.427921219111.issue36469@roundup.psfhosted.org>
2019-03-29 19:27:32mocramislinkissue36469 messages
2019-03-29 19:27:32mocramiscreate