commit | 5055c274c6e4f2bb8025910dedf0ff89f4bdd170 | [log] [tgz] |
---|---|---|
author | Pablo Galindo <Pablogsal@gmail.com> | Fri May 01 15:18:27 2020 +0100 |
committer | GitHub <noreply@github.com> | Fri May 01 07:18:27 2020 -0700 |
tree | 0e8ec7fff9958bd3afcabb38f968fd26eba9dd5f | |
parent | 95e208dce505c542b8e4f8f42c57e6d4793b6895 [diff] |
[3.8] bpo-39562: Prevent collision of future and compiler flags (GH-19230) (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 4454057269b995341b04d13f0bf97f96080f27d0) Co-authored-by: Batuhan Taşkaya <batuhanosmantaskaya@gmail.com>