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 5b4f0eb commit 143145fCopy full SHA for 143145f
Python/sysmodule.c
@@ -98,6 +98,7 @@ _PySys_GetRequiredAttr(PyObject *name)
98
"sys.abiflags will be set to a meaningful value "
99
"on all platforms in Python 3.16 instead of absent",
100
/*stack_level=*/1) < 0) {
101
+ Py_XDECREF(value);
102
return NULL;
103
}
104
@@ -124,6 +125,7 @@ _PySys_GetRequiredAttrString(const char *name)
124
125
126
127
128
129
130
131
0 commit comments