We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41b71b2 commit 07f9398Copy full SHA for 07f9398
1 file changed
Include/pydebug.h
@@ -16,9 +16,9 @@ PyAPI_DATA(int) Py_TabcheckFlag;
16
PyAPI_DATA(int) Py_UnicodeFlag;
17
PyAPI_DATA(int) Py_IgnoreEnvironmentFlag;
18
PyAPI_DATA(int) Py_DivisionWarningFlag;
19
-/* _XXX Py_QnewFlag should go away in 2.3. It's true iff -Qnew is passed,
+/* _XXX Py_QnewFlag should go away in 3.0. It's true iff -Qnew is passed,
20
on the command line, and is used in 2.2 by ceval.c to make all "/" divisions
21
- true divisions (which they will be in 2.3). */
+ true divisions (which they will be in 3.0). */
22
PyAPI_DATA(int) _Py_QnewFlag;
23
24
/* this is a wrapper around getenv() that pays attention to
0 commit comments