mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Fixed compiler module so __future__ print_function is compilable.
This commit is contained in:
parent
b89a096d6d
commit
5d5c63f462
3 changed files with 5 additions and 2 deletions
|
|
@ -19,3 +19,4 @@ CO_GENERATOR_ALLOWED = 0
|
|||
CO_FUTURE_DIVISION = 0x2000
|
||||
CO_FUTURE_ABSIMPORT = 0x4000
|
||||
CO_FUTURE_WITH_STATEMENT = 0x8000
|
||||
CO_FUTURE_PRINT_FUNCTION = 0x10000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue