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 ee21d99 commit a096314Copy full SHA for a096314
1 file changed
Objects/codeobject.c
@@ -748,6 +748,7 @@ _PyCode_New(struct _PyCodeConstructor *con)
748
#endif
749
750
if (init_code(co, con) < 0) {
751
+ Py_XDECREF(replacement_locations);
752
Py_DECREF(co);
753
return NULL;
754
}
0 commit comments