[issue42034] Unchecked return in Objects/typeobject.c and possible uninitialized variables in cls and new_mro

Serhiy Storchaka report at bugs.python.org
Sat Oct 9 15:04:14 EDT 2021


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

There is no bug in this code. The list "temp" contains only 2- and 3-tuples. PyArg_UnpackTuple() never fails.

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42034>
_______________________________________


More information about the Python-bugs-list mailing list