New submission from akshat goyal <goyalaksha...@gmail.com>:

when using Thread and allocating memory resource usage is not down as opposed 
to when using Process or directly calling function as can be seen in the 
attached script.

To replicate:
start the script with the three functions one by one and see the memory usage 
of the script.
Thread has the highest of all three.

----------
components: Library (Lib)
files: simple.py
messages: 385969
nosy: goyalakshat14
priority: normal
severity: normal
status: open
title: Memory Leak when using Thread
type: resource usage
versions: Python 3.6, Python 3.8
Added file: https://bugs.python.org/file49777/simple.py

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue43072>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to