[issue37029] PyObject_Free is O(N) where N = # of arenas

Inada Naoki report at bugs.python.org
Fri May 24 08:40:43 EDT 2019


Change by Inada Naoki <songofacandy at gmail.com>:


----------
title: PyObject_Free is O(N^2) where N = # of arenas -> PyObject_Free is O(N) where N = # of arenas

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


More information about the Python-bugs-list mailing list