mirror of
https://github.com/python/cpython.git
synced 2026-05-17 09:58:25 -04:00
5e333784f0
Set type_attr to NULL after the assignment to stgdict->proto (like what is done with stgdict after the Py_SETREF() call) so that it is not decrefed twice on error.