Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Compilation on Linux without both libffi-dev and libncurses-dev results in an unexpected warning when using the new REPL #131189

Open
@plashchynski

Description

@plashchynski

Bug report

Bug description:

Compilation on Ubuntu 24.04.2 with ./configure --with-pydebug without libffi-dev package installed cause the following unexpected warning while loading the resulting executable as ./python:

warning: can't use pyrepl: No module named 'msvcrt'

After installation of libffi-dev and recompilation the warning was resolved.

CPython versions tested on:

CPython main branch

Operating systems tested on:

Linux

Linked PRs

Related

Metadata

Metadata

Assignees

No one assigned

    Labels

    3.13bugs and security fixes3.14bugs and security fixesstdlibPython modules in the Lib dirtopic-replRelated to the interactive shelltype-bugAn unexpected behavior, bug, or error

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions