[issue44608] Memory use increase in function _tkinter._flatten

Serhiy Storchaka report at bugs.python.org
Tue Jul 13 02:06:31 EDT 2021


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

Thank you for your report stardust222. Indeed, there is a leak if an argument is a sequence or set, but not list or tuple. PR 27107 fixes it.

----------
components: +Extension Modules -C API, Tkinter
versions: +Python 3.10, Python 3.11

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


More information about the Python-bugs-list mailing list