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
Bug report
Bug description:
Compilation on Ubuntu 24.04.2 with
./configure --with-pydebugwithoutlibffi-devpackage 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-devand recompilation the warning was resolved.CPython versions tested on:
CPython main branch
Operating systems tested on:
Linux
Linked PRs
cursesmention fromPYTHON_BASIC_REPLdocs #140022cursesmention fromPYTHON_BASIC_REPLdocs (GH-140022) #140027Related