We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d5efb7 commit ff59bd3Copy full SHA for ff59bd3
1 file changed
Lib/inspect.py
@@ -165,7 +165,7 @@
165
from collections import namedtuple, OrderedDict
166
from weakref import ref as make_weakref
167
168
-# Create constants for the compiler flags in Include/cpython/code.h
+# Create constants for the compiler flags in Include/code.h
169
# We try to get them from dis to avoid duplication
170
mod_dict = globals()
171
for k, v in dis.COMPILER_FLAG_NAMES.items():
0 commit comments