You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.