mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Remove traces of division_warning left over from Python 2 (#10998)
This commit is contained in:
parent
79fe2a3462
commit
be3bd57ba2
9 changed files with 10 additions and 29 deletions
|
@ -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! */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue