Skip to content

Commit 91329e2

Browse files
committed
Fix free-threading build
1 parent a290072 commit 91329e2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Python/jit.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#include "pycore_bitutils.h"
77
#include "pycore_call.h"
88
#include "pycore_ceval.h"
9+
#include "pycore_critical_section.h"
910
#include "pycore_dict.h"
1011
#include "pycore_floatobject.h"
1112
#include "pycore_frame.h"

0 commit comments

Comments
 (0)