mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
commit
1ed2e69a4a
14 changed files with 16 additions and 16 deletions
|
|
@ -50,7 +50,7 @@ from collections import namedtuple, OrderedDict
|
|||
|
||||
# Create constants for the compiler flags in Include/code.h
|
||||
# We try to get them from dis to avoid duplication, but fall
|
||||
# back to hardcoding so the dependency is optional
|
||||
# back to hard-coding so the dependency is optional
|
||||
try:
|
||||
from dis import COMPILER_FLAG_NAMES as _flag_names
|
||||
except ImportError:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue