Guido van Rossum <gu...@python.org> added the comment:

> ast2obj_string increments it once and the setattr does it again and then 
> there is only one Py_DECREF.

Actually I don't understand how this is the leak. Adding another 
Py_DECREF(value) causes an immediate crash. I've been trying to follow other 
paths but haven't found the root yet.

----------

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

Reply via email to