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.
2 parents 6678890 + a096314 commit 8b2c827Copy full SHA for 8b2c827
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