[issue43375] memory leak in threading ?

2021-03-03 Thread Igor Mandrichenko
Igor Mandrichenko added the comment: Since Timer thread is never joined, should not it be a daemon ? -- ___ Python tracker <https://bugs.python.org/issue43

[issue43375] memory leak in threading ?

2021-03-02 Thread Igor Mandrichenko
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

[issue43375] memory leak in threading ?

2021-03-02 Thread Igor Mandrichenko
Change by Igor Mandrichenko : -- stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/issue43375> ___ ___ Python-bugs-

[issue43375] memory leak in threading ?

2021-03-02 Thread Igor Mandrichenko
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