mirror of
https://github.com/python/cpython.git
synced 2025-07-16 07:45:20 +00:00
_Py_QnewFlag and INPLACE_DIVIDE are not necessary any longer
This commit is contained in:
parent
bd2835c6ae
commit
712ce45415
3 changed files with 0 additions and 21 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue