[issue34477] Objects/typeobject.c: Missing NULL check in type_init()

Benjamin Peterson report at bugs.python.org
Fri Aug 24 00:22:19 EDT 2018


Benjamin Peterson <benjamin at python.org> added the comment:


New changeset f6247aac08c1a79d0479145a405718bb76dba434 by Benjamin Peterson (Alexey Izbyshev) in branch 'master':
closes bpo-34477: Objects/typeobject.c: Add missing NULL check to type_init() (GH-8876)
https://github.com/python/cpython/commit/f6247aac08c1a79d0479145a405718bb76dba434


----------
nosy: +benjamin.peterson
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

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


More information about the Python-bugs-list mailing list