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 6d0a4c7 commit a6269a8Copy full SHA for a6269a8
1 file changed
Objects/object.c
@@ -7,11 +7,6 @@
7
#include "macglue.h"
8
#endif
9
10
-/* just for trashcan: */
11
-#include "compile.h"
12
-#include "frameobject.h"
13
-#include "traceback.h"
14
-
15
#if defined( Py_TRACE_REFS ) || defined( Py_REF_DEBUG )
16
DL_IMPORT(long) _Py_RefTotal;
17
0 commit comments