Igor Mandrichenko added the comment:
Since Timer thread is never joined, should not it be a daemon ?
--
___
Python tracker
<https://bugs.python.org/issue43
New submission from Igor Mandrichenko :
There is an apparent memory leak in threading. It looks like memory grows when
I create, run and destroy threads. The memory keeps adding at the rate of about
100 bytes per thread.
I am attaching the code, which works for Linux. getMemory() function is
Change by Igor Mandrichenko :
--
stage: -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.org/issue43375>
___
___
Python-bugs-
Igor Mandrichenko added the comment:
You are right. When I add join(), the memory does not grow any more.
Thanks !
--
___
Python tracker
<https://bugs.python.org/issue43