diff options
author | Éric Araujo <merwok@netwok.org> | 2011-03-26 00:55:15 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-03-26 00:55:15 (GMT) |
commit | be3bd57ba22f7bda63dc0215b49b993a530e6145 (patch) | |
tree | a87174ae1006793d5c800a9374d911bfe9daa89b /Objects/object.c | |
parent | 79fe2a3462f2f9a18092adc88791d332f1e724bb (diff) | |
download | cpython-be3bd57ba22f7bda63dc0215b49b993a530e6145.zip cpython-be3bd57ba22f7bda63dc0215b49b993a530e6145.tar.gz cpython-be3bd57ba22f7bda63dc0215b49b993a530e6145.tar.bz2 |
Remove traces of division_warning left over from Python 2 (#10998)
Diffstat (limited to 'Objects/object.c')
-rw-r--r-- | Objects/object.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Objects/object.c b/Objects/object.c index 17e5069..db7882a 100644 --- a/Objects/object.c +++ b/Objects/object.c @@ -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! */ |