Skip to content

Commit 38d60de

Browse files
committed
[HACK] Touch C code to trigger GHA jobs
1 parent 26888b8 commit 38d60de

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

Python/bytecodes.c

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

9+
910
#include "Python.h"
1011
#include "pycore_abstract.h" // _PyIndex_Check()
1112
#include "pycore_audit.h" // _PySys_Audit()

Python/getcompiler.c

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

2525
#endif /* !COMPILER */
2626

27+
2728
const char *
2829
Py_GetCompiler(void)
2930
{

0 commit comments

Comments
 (0)