Skip to content

Commit 07f9398

Browse files
committed
Update comment, QnewFlag will go away in 3.0, not 2.3
1 parent 41b71b2 commit 07f9398

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Include/pydebug.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ PyAPI_DATA(int) Py_TabcheckFlag;
1616
PyAPI_DATA(int) Py_UnicodeFlag;
1717
PyAPI_DATA(int) Py_IgnoreEnvironmentFlag;
1818
PyAPI_DATA(int) Py_DivisionWarningFlag;
19-
/* _XXX Py_QnewFlag should go away in 2.3. It's true iff -Qnew is passed,
19+
/* _XXX Py_QnewFlag should go away in 3.0. It's true iff -Qnew is passed,
2020
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). */
21+
true divisions (which they will be in 3.0). */
2222
PyAPI_DATA(int) _Py_QnewFlag;
2323

2424
/* this is a wrapper around getenv() that pays attention to

0 commit comments

Comments
 (0)