Skip to content

Commit

Permalink
jit build
Browse files Browse the repository at this point in the history
  • Loading branch information
eendebakpt committed Nov 16, 2024
1 parent 328e0c1 commit e1dc2b3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Include/internal/pycore_long.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ extern void _PyLong_FiniTypes(PyInterpreterState *interp);

/* other API */

void
_PyLong_ExactDealloc(PyObject *self);
PyAPI_FUNC(void) _PyLong_ExactDealloc(PyObject *self);

#define _PyLong_SMALL_INTS _Py_SINGLETON(small_ints)

Expand Down

0 comments on commit e1dc2b3

Please sign in to comment.