We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4b3a4b commit cb2b783Copy full SHA for cb2b783
1 file changed
Include/internal/pycore_interp_structs.h
@@ -97,6 +97,7 @@ struct _ceval_runtime_state {
97
// For example, we use a preallocated array
98
// for the list of pending calls.
99
struct _pending_calls pending_mainthread;
100
+ PyMutex unused_sys_trace_profile_mutex; // kept for ABI compatibility
101
};
102
103
0 commit comments