[issue31165] list_slice() crashes if the list is mutated indirectly by PyList_New()

Irit Katriel report at bugs.python.org
Mon Oct 18 19:16:49 EDT 2021


Irit Katriel <iritkatriel at gmail.com> added the comment:

Reproduced on 3.11.

----------
nosy: +iritkatriel
title: list_slice() does crash if the list is mutated indirectly by PyList_New() -> list_slice() crashes if the list is mutated indirectly by PyList_New()
versions: +Python 3.10, Python 3.11, Python 3.9 -Python 3.7

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


More information about the Python-bugs-list mailing list