This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author methane
Recipients CharlesFengY, methane, rhettinger
Date 2021-02-10.21:51:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1612993868.73.0.830426253456.issue43188@roundup.psfhosted.org>
In-reply-to
Content
Is this the crash you are reporting?

```
Exception ignored in: <function check_reentrant_insertion.<locals>.Mutating.__del__ at 0x100d35af0>
Traceback (most recent call last):
  File "/Users/methane/work/python/cpython/PC/xxx.py", line 5, in __del__
    mutate(d)
TypeError: 'str' object is not callable
Exception ignored in: <function check_reentrant_insertion.<locals>.Mutating.__del__ at 0x100d35c10>
Traceback (most recent call last):
  File "/Users/methane/work/python/cpython/PC/xxx.py", line 5, in __del__
Fatal Python error: _Py_CheckRecursiveCall: Cannot recover from stack overflow.
Python runtime state: initialized

Current thread 0x000000010072bd40 (most recent call first):
  File "/Users/methane/work/python/cpython/xxx.py", line 9 in check_reentrant_insertion
  File "/Users/methane/work/python/cpython/xxx.py", line 13 in test_reentrant_insertion
  File "/Users/methane/work/python/cpython/xxx.py", line 18 in test_reentrant_insertion
...
```
History
Date User Action Args
2021-02-10 21:51:08methanesetrecipients: + methane, rhettinger, CharlesFengY
2021-02-10 21:51:08methanesetmessageid: <1612993868.73.0.830426253456.issue43188@roundup.psfhosted.org>
2021-02-10 21:51:08methanelinkissue43188 messages
2021-02-10 21:51:08methanecreate