[Bug 40796] New: Python 3.5.1 interpreter crashes when importing pyqtSlot

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Jun 14 13:06:49 CDT 2016


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 at winehq.org
          Reporter: alexhenrie24 at 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

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list