mirror of
https://github.com/python/cpython.git
synced 2025-12-04 08:34:25 +00:00
Removed 3 unlikely #includes that were only needed for the non-gc flavor
of the trashcan code.
This commit is contained in:
parent
6d0a4c79cf
commit
a6269a8ec5
1 changed files with 0 additions and 5 deletions
|
|
@ -7,11 +7,6 @@
|
||||||
#include "macglue.h"
|
#include "macglue.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* just for trashcan: */
|
|
||||||
#include "compile.h"
|
|
||||||
#include "frameobject.h"
|
|
||||||
#include "traceback.h"
|
|
||||||
|
|
||||||
#if defined( Py_TRACE_REFS ) || defined( Py_REF_DEBUG )
|
#if defined( Py_TRACE_REFS ) || defined( Py_REF_DEBUG )
|
||||||
DL_IMPORT(long) _Py_RefTotal;
|
DL_IMPORT(long) _Py_RefTotal;
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue