New submission from wangjiangqiang <767563...@qq.com>:

the code is trying to visit a link list in a loop, it tries to visit the next 
node in line 284 "interp = interp->next" while the current node is freed in 
line 296 "PyMem_RawFree(interp);"

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue35993>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to