Remove traces of division_warning left over from Python 2 (#10998)

This commit is contained in:
Éric Araujo 2011-03-26 01:55:15 +01:00
parent 79fe2a3462
commit be3bd57ba2
9 changed files with 10 additions and 29 deletions

View file

@ -29,8 +29,6 @@ _Py_GetRefTotal(void)
}
#endif /* Py_REF_DEBUG */
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! */