8000 New warnings: ``warning: unused function 'is_core_module' [-Wunused-function]`` · Issue #120726 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content
New warnings: warning: unused function 'is_core_module' [-Wunused-function] #120726
Closed
@Eclips4

Description

@Eclips4

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

Linked PRs

Metadata

Metadata

Assignees

No one assigned

    Labels

    type-bugAn unexpected behavior, bug, or error

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0