mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Remove traces of division_warning left over from Python 2 (#10998)
This commit is contained in:
parent
79fe2a3462
commit
be3bd57ba2
9 changed files with 10 additions and 29 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue