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 aeros, asvetlov, benjamin.peterson, vstinner, yselivanov
Date 2019-11-14.11:11:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1573729906.34.0.129168248941.issue38591@roundup.psfhosted.org>
In-reply-to
Content
> The 64 bytes was measured by `sys.getsizeof(threading.Thread())`, which only provides a surface level assessment. I believe this only includes the size of the reference to the thread object.

You have to account also for the thread stack size. I suggest to look at RSS memory instead.
History
Date User Action Args
2019-11-14 11:11:46vstinnersetrecipients: + vstinner, benjamin.peterson, asvetlov, yselivanov, aeros
2019-11-14 11:11:46vstinnersetmessageid: <1573729906.34.0.129168248941.issue38591@roundup.psfhosted.org>
2019-11-14 11:11:46vstinnerlinkissue38591 messages
2019-11-14 11:11:46vstinnercreate