summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2006-03-17 08:57:43 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2006-03-17 08:57:43 (GMT)
commit712ce454156496e9bcd32cffde78d1626b102010 (patch)
tree401b84e4dafa5e829c575e83fd34e00801a09859 /Include
parentbd2835c6ae7e707b98ace515ef1764ffe6bff267 (diff)
downloadcpython-712ce454156496e9bcd32cffde78d1626b102010.zip
cpython-712ce454156496e9bcd32cffde78d1626b102010.tar.gz
cpython-712ce454156496e9bcd32cffde78d1626b102010.tar.bz2
_Py_QnewFlag and INPLACE_DIVIDE are not necessary any longer
Diffstat (limited to 'Include')
-rw-r--r--Include/pydebug.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/Include/pydebug.h b/Include/pydebug.h
index f49a98e..f6c7718 100644
--- a/Include/pydebug.h
+++ b/Include/pydebug.h
@@ -16,10 +16,6 @@ PyAPI_DATA(int) Py_TabcheckFlag;
PyAPI_DATA(int) Py_UnicodeFlag;
PyAPI_DATA(int) Py_IgnoreEnvironmentFlag;
PyAPI_DATA(int) Py_DivisionWarningFlag;
-/* _XXX Py_QnewFlag should go away in 3.0. It's true iff -Qnew is passed,
- on the command line, and is used in 2.2 by ceval.c to make all "/" divisions
- true divisions (which they will be in 3.0). */
-PyAPI_DATA(int) _Py_QnewFlag;
/* this is a wrapper around getenv() that pays attention to
Py_IgnoreEnvironmentFlag. It should be used for getting variables like