Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a6269a8

Browse files
committed
Removed 3 unlikely #includes that were only needed for the non-gc flavor
of the trashcan code.
1 parent 6d0a4c7 commit a6269a8

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

Objects/object.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@
77
#include "macglue.h"
88
#endif
99

10-
/* just for trashcan: */
11-
#include "compile.h"
12-
#include "frameobject.h"
13-
#include "traceback.h"
14-
1510
#if defined( Py_TRACE_REFS ) || defined( Py_REF_DEBUG )
1611
DL_IMPORT(long) _Py_RefTotal;
1712
#endif

0 commit comments

Comments
 (0)