diff options
| author | Éric Araujo <merwok@netwok.org> | 2011-03-26 01:01:33 (GMT) |
|---|---|---|
| committer | Éric Araujo <merwok@netwok.org> | 2011-03-26 01:01:33 (GMT) |
| commit | b3a591bf066ac262fd800939662c54b09812c566 (patch) | |
| tree | 910541d6484120505b2c603724e45c0d00acdfa4 /Objects/object.c | |
| parent | 5c1da90f8cf0172cfb6591f1a37e436f3eef808c (diff) | |
| parent | be3bd57ba22f7bda63dc0215b49b993a530e6145 (diff) | |
| download | cpython-b3a591bf066ac262fd800939662c54b09812c566.zip cpython-b3a591bf066ac262fd800939662c54b09812c566.tar.gz cpython-b3a591bf066ac262fd800939662c54b09812c566.tar.bz2 | |
Branch merge
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! */ |
