Skip to content

Commit 7a6f273

Browse files
committed
Touch Python/bytecodes.c to trigger JIT compiler jobs
1 parent f5ac4d6 commit 7a6f273

1 file changed

Lines changed: 1 addition & 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()

0 commit comments

Comments
 (0)