New submission from MultiSosnooley <multisosnoo...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue33444>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to