Thanks to visit codestin.com Credit goes to github.com
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 4b0538c commit 7f3f2c1Copy full SHA for 7f3f2c1
1 file changed
Python/sysmodule.c
@@ -182,7 +182,7 @@ sys_getcounts(self, args)
182
}
183
#endif
184
185
-#ifdef TRACE_REFS
+#ifdef Py_TRACE_REFS
186
extern PyObject *getobjects Py_PROTO((PyObject *, PyObject *));
187
188
static struct methodlist sys_methods[] = {
@@ -191,7 +191,7 @@ static struct methodlist sys_methods[] = {
191
#ifdef COUNT_ALLOCS
192
{"getcounts", sys_getcounts, 0},
193
194
195
{"getobjects", getobjects, 1},
196
197
#ifdef USE_MALLOPT
0 commit comments