Co-Authored-By: Victor Stinner <[email protected]>
Closed
pushed a commit to pablogsal/cpython that referenced this pull request
) The constant values of future flags in the __future__ module is updated in order to prevent collision with compiler flags. Previously PyCF_ALLOW_TOP_LEVEL_AWAIT was clashing with CO_FUTURE_DIVISION.. (cherry picked from commit
) Co-authored-by: Batuhan Taşkaya <[email protected]>
pushed a commit that referenced this pull request
) (
) The constant values of future flags in the __future__ module is updated in order to prevent collision with compiler flags. Previously PyCF_ALLOW_TOP_LEVEL_AWAIT was clashing with CO_FUTURE_DIVISION.. (cherry picked from commit
) Co-authored-by: Batuhan Taşkaya <[email protected]>