Skip to content

Commit f25f6c8

Browse files
Update Include/internal/pycore_optimizer.h
Co-authored-by: Kumar Aditya <kumaraditya@python.org>
1 parent 4e7a918 commit f25f6c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/internal/pycore_optimizer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ PyAPI_FUNC(void) _Py_Executors_InvalidateCold(PyInterpreterState *interp);
8484
#define JIT_CLEANUP_THRESHOLD 1000
8585

8686
int _Py_uop_analyze_and_optimize(
87-
struct _PyThreadStateImpl *tstate,
87+
_PyThreadStateImpl *tstate,
8888
_PyUOpInstruction *trace, int trace_len, int curr_stackentries,
8989
_PyBloomFilter *dependencies);
9090

0 commit comments

Comments
 (0)