Staging
v0.5.1
https://github.com/python/cpython
Revision 4454057269b995341b04d13f0bf97f96080f27d0 authored by Batuhan Taşkaya on 22 April 2020, 16:09:03 UTC, committed by GitHub on 22 April 2020, 16:09:03 UTC
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.
1 parent 9b49893
History
Tip revision: 4454057269b995341b04d13f0bf97f96080f27d0 authored by Batuhan Taşkaya on 22 April 2020, 16:09:03 UTC
bpo-39562: Prevent collision of future and compiler flags (GH-19230)
Tip revision: 4454057
File Mode Size
windows-release
ci.yml -rw-r--r-- 3.3 KB
docs-steps.yml -rw-r--r-- 1.3 KB
macos-steps.yml -rw-r--r-- 768 bytes
posix-deps-apt.sh -rwxr-xr-x 590 bytes
posix-steps.yml -rw-r--r-- 2.6 KB
pr.yml -rw-r--r-- 3.2 KB
prebuild-checks.yml -rw-r--r-- 1.2 KB
windows-layout-steps.yml -rw-r--r-- 1.5 KB
windows-release.yml -rw-r--r-- 3.9 KB
windows-steps.yml -rw-r--r-- 1.5 KB

back to top