Skip to content

Commit f0431b7

Browse files
committed
Revert "[HACK] Touch C code to trigger GHA jobs"
This reverts commit 38d60de.
1 parent f247d9c commit f0431b7

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

Python/bytecodes.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
// The actual instruction definitions start at // BEGIN BYTECODES //.
77
// See Tools/cases_generator/README.md for more information.
88

9-
109
#include "Python.h"
1110
#include "pycore_abstract.h" // _PyIndex_Check()
1211
#include "pycore_audit.h" // _PySys_Audit()

Python/getcompiler.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424

2525
#endif /* !COMPILER */
2626

27-
2827
const char *
2928
Py_GetCompiler(void)
3029
{

0 commit comments

Comments
 (0)