We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9242700 commit 1edbf3aCopy full SHA for 1edbf3a
1 file changed
Objects/codeobject.c
@@ -744,6 +744,7 @@ _PyCode_New(struct _PyCodeConstructor *con)
744
}
745
746
if (init_code(co, con) < 0) {
747
+ Py_XDECREF(replacement_locations);
748
Py_DECREF(co);
749
return NULL;
750
0 commit comments