[New-bugs-announce] [issue33444] Memory leak/high usage on copy in different thread

MultiSosnooley report at bugs.python.org
Tue May 8 07:26:46 EDT 2018


New submission from MultiSosnooley <multisosnooley at gmail.com>:

On linux (ubuntu 16.04, 18.04 tested) with python 3.6.5, 3.5.5 and 3.7-dev (windows is not affected) there is ~850Mb of memory used by python process at sleep point. Replacing `submit` `result` with plain function call causes normal ~75Mb at sleep point.
Maybe it is linux side issue (or normal behavior).

----------
components: Interpreter Core
files: test-memory-leak.py
messages: 316285
nosy: MultiSosnooley
priority: normal
severity: normal
status: open
title: Memory leak/high usage on copy in different thread
versions: Python 3.5, Python 3.6, Python 3.7
Added file: https://bugs.python.org/file47576/test-memory-leak.py

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


More information about the New-bugs-announce mailing list