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 8d832d0 commit ce1d31eCopy full SHA for ce1d31e
Lib/inspect.py
@@ -166,7 +166,7 @@
166
lazy import re
167
lazy import tokenize
168
169
-# Create constants for the compiler flags in Include/code.h
+# Create constants for the compiler flags in Include/cpython/code.h
170
# We try to get them from dis to avoid duplication
171
mod_dict = globals()
172
for k, v in dis.COMPILER_FLAG_NAMES.items():
0 commit comments