Open
Description
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