Skip to content

Commit 842fce1

Browse files
committed
fix windows ci
1 parent 8fe3fe5 commit 842fce1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Include/internal/pycore_optimizer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ typedef struct _PyExecutorObject {
206206
PyAPI_FUNC(_PyExecutorObject*) _Py_GetExecutor(PyCodeObject *code, int offset);
207207

208208
int _Py_ExecutorInit(_PyExecutorObject *, const _PyBloomFilter *);
209-
void _Py_ExecutorDetach(_PyExecutorObject *);
209+
PyAPI_FUNC(void) _Py_ExecutorDetach(_PyExecutorObject *);
210210
PyAPI_FUNC(void) _Py_Executor_DependsOn(_PyExecutorObject *executor, void *obj);
211211

212212
/* We use a bloomfilter with k = 6, m = 256

0 commit comments

Comments
 (0)