summaryrefslogtreecommitdiff
path: root/Include/pydebug.h
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-03-26 01:55:15 +0100
committerÉric Araujo <merwok@netwok.org>2011-03-26 01:55:15 +0100
commitb877636c2dfc63692a7649584cfc9fcf72ba2dde (patch)
treec1ad4fc26c2ecadf7a3e30daeca9ab9ce67ebd48 /Include/pydebug.h
parent075fa0f3da218fde4acdde08e047ebc4039c24cc (diff)
downloadcpython-b877636c2dfc63692a7649584cfc9fcf72ba2dde.tar.gz
Remove traces of division_warning left over from Python 2 (#10998)
Diffstat (limited to 'Include/pydebug.h')
-rw-r--r--Include/pydebug.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Include/pydebug.h b/Include/pydebug.h
index cafbfd0e2f..7173fe3339 100644
--- a/Include/pydebug.h
+++ b/Include/pydebug.h
@@ -16,7 +16,6 @@ PyAPI_DATA(int) Py_BytesWarningFlag;
PyAPI_DATA(int) Py_UseClassExceptionsFlag;
PyAPI_DATA(int) Py_FrozenFlag;
PyAPI_DATA(int) Py_IgnoreEnvironmentFlag;
-PyAPI_DATA(int) Py_DivisionWarningFlag;
PyAPI_DATA(int) Py_DontWriteBytecodeFlag;
PyAPI_DATA(int) Py_NoUserSiteDirectory;
PyAPI_DATA(int) Py_UnbufferedStdioFlag;