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 f247d9c commit f0431b7Copy full SHA for f0431b7
2 files changed
Python/bytecodes.c
@@ -6,7 +6,6 @@
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,7 +24,6 @@
24
25
#endif /* !COMPILER */
26
27
28
const char *
29
Py_GetCompiler(void)
30
{
0 commit comments