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 f938d68 commit a30e444Copy full SHA for a30e444
Include/internal/pycore_optimizer.h
@@ -69,7 +69,7 @@ typedef struct {
69
typedef struct {
70
uint32_t target;
71
_Py_BackoffCounter temperature;
72
- const struct _PyExecutorObject *executor;
+ struct _PyExecutorObject *executor;
73
} _PyExitData;
74
75
typedef struct _PyExecutorObject {
0 commit comments