[issue38588] Use-after-free in dict/list

Inada Naoki report at bugs.python.org
Mon Dec 30 03:02:59 EST 2019


Inada Naoki <songofacandy at gmail.com> added the comment:

If we can not add INCREF and DECREF in the PyObject_RichCompare, we can add v == w check in the caller side.

----------

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


More information about the Python-bugs-list mailing list