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
pythongh-131189: Fix "msvcrt" import warning on Linux when "_ctypes" is not available. (pythonGH-131201)
Fix "msvcrt" import warning on Linux when "_ctypes" is not available.
On Linux, compiling without "libffi" causes a
"No module named 'msvcrt'" warning when launching PyREPL.
(cherry picked from commit f320c95)
Co-authored-by: Dzmitry Plashchynski <[email protected]>
0 commit comments