bpo-39562: Prevent collision of future and compiler flags by isidentical · Pull Request #19230 · python/cpython

the-knights-who-say-ni · GitHub

Co-Authored-By: Victor Stinner <[email protected]>

Closed

pablogsal

pushed a commit to pablogsal/cpython that referenced this pull request

May 1, 2020

…onGH-19230

) 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

4454057

) Co-authored-by: Batuhan Taşkaya <[email protected]>

miss-islington

pushed a commit that referenced this pull request

May 1, 2020

…9230

) (

GH-19835

) 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

4454057

) Co-authored-by: Batuhan Taşkaya <[email protected]>