https://bugs.winehq.org/show_bug.cgi?id=40796
Bug ID: 40796 Summary: Python 3.5.1 interpreter crashes when importing pyqtSlot Product: Wine Version: 1.9.12 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: msvcrt Assignee: wine-bugs@winehq.org Reporter: alexhenrie24@gmail.com Distribution: ---
To reproduce, execute the following commands:
wget https://www.python.org/ftp/python/3.5.1/python-3.5.1-embed-win32.zip unzip python-3.5.1-embed-win32.zip curl https://bootstrap.pypa.io/get-pip.py | wine python.exe wine python.exe -m pip install pyqt5 wine python.exe -c "from PyQt5.QtCore import pyqtSlot; print('Import successful')"
I would attach a backtrace, but this import statement actually depends on 6 missing functions in ucrtbase.dll:
_lock_locales _unlock_locales _calloc_base _malloc_base _free_base