STINNER Victor <vstin...@python.org> added the comment:

> 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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue38591>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to