diff options
Diffstat (limited to 'Objects/object.c')
-rw-r--r-- | Objects/object.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Objects/object.c b/Objects/object.c index 7b9e280d75..66b4eae2b2 100644 --- a/Objects/object.c +++ b/Objects/object.c @@ -16,6 +16,8 @@ DL_IMPORT(long) _Py_RefTotal; #endif +DL_IMPORT(int) Py_DivisionWarningFlag; + /* Object allocation routines used by NEWOBJ and NEWVAROBJ macros. These are used by the individual routines for object creation. Do not call them otherwise, they do not initialize the object! */ |