hydroflask <hydrofl...@yqxmail.com> added the comment:

Another bug, the array returned by alloca() should be zero-initialized. If an 
early return happens because of an intermediate error, Py_DECREF() will be 
called on uninitialized memory. Also it should be Py_XDECREF() I think.

----------

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

Reply via email to