-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
Open
Labels
3.13bugs and security fixesbugs and security fixes3.14bugs and security fixesbugs and security fixesstdlibPython modules in the Lib dirPython modules in the Lib dirtopic-replRelated to the interactive shellRelated to the interactive shelltype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
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
Linked PRs
- gh-131189: Fix "msvcrt" import warning on Linux when "_ctypes" is not available. #131201
- [3.14] gh-131189: Fix "msvcrt" import warning on Linux when "_ctypes" is not available. (GH-131201) #136668
Related
agriyakhetarpal
Metadata
Metadata
Assignees
Labels
3.13bugs and security fixesbugs and security fixes3.14bugs and security fixesbugs and security fixesstdlibPython modules in the Lib dirPython modules in the Lib dirtopic-replRelated to the interactive shellRelated to the interactive shelltype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error