[issue43187] Dict creation in recursive function cause interpreter crashes.

2021-09-07 Thread Irit Katriel
Irit Katriel added the comment: On 3.9 I reproduce the segfault. On 3.11 on a mac I get RecursionError: maximum recursion depth exceeded while calling a Python object So it has been fixed in the meantime. -- nosy: +iritkatriel resolution: -> out of date stage: -> resolved status

[issue43187] Dict creation in recursive function cause interpreter crashes.

2021-02-10 Thread Yang Feng
New submission from Yang Feng : In the following programs, dict is created in recursive calls. Then a core dump is reported by Python interpreter. +++ def test_equal_operator_modifying_operand(): class X(): def __del__(DictTest):