◐ Shell
clean mode source ↗

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

pablogsal

vstinner

vstinner

vstinner

vstinner

Co-Authored-By: Victor Stinner <vstinner@python.org>

vstinner

@isidentical

vstinner

@vstinner

vstinner

@isidentical

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 <batuhanosmantaskaya@gmail.com>

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 <batuhanosmantaskaya@gmail.com>