Closed
Description
Bug report
Bug description:
Popped up during build in non-debug mode:
Python/import.c:1555:1: warning: unused function 'is_core_module' [-Wunused-function]
is_core_module(PyInterpreterState *interp, PyObject *name, PyObject *path)
^
and
Python/pystate.c:1135:1: warning: unused function 'check_interpreter_whence' [-Wunused-function]
check_interpreter_whence(long whence)
^
CPython versions tested on:
CPython main branch
Operating systems tested on:
macOS