Skip to content

Commit e1dc2b3

Browse files
committed
jit build
1 parent 328e0c1 commit e1dc2b3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Include/internal/pycore_long.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ extern void _PyLong_FiniTypes(PyInterpreterState *interp);
5555

5656
/* other API */
5757

58-
void
59-
_PyLong_ExactDealloc(PyObject *self);
58+
PyAPI_FUNC(void) _PyLong_ExactDealloc(PyObject *self);
6059

6160
#define _PyLong_SMALL_INTS _Py_SINGLETON(small_ints)
6261

0 commit comments

Comments
 (0)