Skip to content

Commit cb2b783

Browse files
committed
Restore sys_trace_profile_mutex field
1 parent a4b3a4b commit cb2b783

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Include/internal/pycore_interp_structs.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ struct _ceval_runtime_state {
9797
// For example, we use a preallocated array
9898
// for the list of pending calls.
9999
struct _pending_calls pending_mainthread;
100+
PyMutex unused_sys_trace_profile_mutex; // kept for ABI compatibility
100101
};
101102

102103

0 commit comments

Comments
 (0)