[New-bugs-announce] [issue43375] memory leak in threading ?

Igor Mandrichenko report at bugs.python.org
Tue Mar 2 13:10:58 EST 2021


New submission from Igor Mandrichenko <igorvm at gmail.com>:

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 Linux-specific, it gets current process memory utilization

----------
components: Extension Modules
files: memleak.py
messages: 387948
nosy: igorvm
priority: normal
severity: normal
status: open
title: memory leak in threading ?
type: behavior
versions: Python 3.8
Added file: https://bugs.python.org/file49846/memleak.py

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43375>
_______________________________________


More information about the New-bugs-announce mailing list