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
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):