SIGN IN SIGN UP

bpo-39562: Prevent collision of future and compiler flags (GH-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.
B
Batuhan Taşkaya committed
4454057269b995341b04d13f0bf97f96080f27d0
Parent: 9b49893
Committed by GitHub <noreply@github.com> on 4/22/2020, 4:09:03 PM