[New-bugs-announce] [issue37029] PyObject_Free is O(N^2) where N = # of arenas

Inada Naoki report at bugs.python.org
Fri May 24 01:33:57 EDT 2019


New submission from Inada Naoki <songofacandy at gmail.com>:

Reported here:
* https://stackoverflow.com/questions/56228799/python-hangs-indefinitely-trying-to-delete-deeply-recursive-object
* https://mail.python.org/pipermail/python-dev/2019-May/157635.html

----------
components: Interpreter Core
messages: 343344
nosy: inada.naoki, tim.peters
priority: normal
severity: normal
status: open
title: PyObject_Free is O(N^2) where N = # of arenas
type: performance
versions: Python 3.8

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


More information about the New-bugs-announce mailing list