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 143145f commit 0fd098fCopy full SHA for 0fd098f
Python/sysmodule.c
@@ -98,7 +98,6 @@ _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
@@ -125,7 +124,6 @@ _PySys_GetRequiredAttrString(const char *name)
125
124
126
127
128
129
130
131
0 commit comments