Home
last modified time | relevance | path

Searched refs:CO_FUTURE_DIVISION (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Lib/
D__future__.py71 CO_FUTURE_DIVISION = 0x20000 # division variable
119 CO_FUTURE_DIVISION)
/third_party/python/Include/cpython/
Dcompile.h6 #define PyCF_MASK (CO_FUTURE_DIVISION | CO_FUTURE_ABSOLUTE_IMPORT | \
Dcode.h90 #define CO_FUTURE_DIVISION 0x20000 macro
/third_party/python/Doc/c-api/
Dveryhigh.rst372 .. c:var:: int CO_FUTURE_DIVISION
/third_party/python/Doc/whatsnew/
D3.9.rst1100 ``PyCF_ALLOW_TOP_LEVEL_AWAIT`` was clashing with ``CO_FUTURE_DIVISION``.