Skip to content

Commit

Permalink
Add a newline to optimizer.c to trigger JIT workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Eclips4 committed Nov 1, 2024
1 parent 6b3584a commit 47a81da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Python/optimizer.c
Original file line number Diff line number Diff line change
Expand Up @@ -1699,4 +1699,5 @@ _Py_Executors_InvalidateCold(PyInterpreterState *interp)
_Py_Executors_InvalidateAll(interp, 0);
}


#endif /* _Py_TIER2 */

0 comments on commit 47a81da

Please sign in to comment.