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 26888b8 commit 38d60deCopy full SHA for 38d60de
2 files changed
Python/bytecodes.c
@@ -6,6 +6,7 @@
6
// The actual instruction definitions start at // BEGIN BYTECODES //.
7
// See Tools/cases_generator/README.md for more information.
8
9
+
10
#include "Python.h"
11
#include "pycore_abstract.h" // _PyIndex_Check()
12
#include "pycore_audit.h" // _PySys_Audit()
Python/getcompiler.c
@@ -24,6 +24,7 @@
24
25
#endif /* !COMPILER */
26
27
28
const char *
29
Py_GetCompiler(void)
30
{
0 commit comments