Uploaded image for project: 'Qt for Python'
  1. Qt for Python
  2. PYSIDE-275

str(QThread.currentThreadId()) and repr(QThread.currentThreadId()) crash on Windows 7 (32 bit)

    XMLWordPrintable

Details

    • Bug
    • Resolution: Invalid
    • P2: Important
    • 6.0
    • 1.2.2
    • PySide
    • Windows 7 32 bit
    • cf608f65ebc0866f74d0c9aa566dc0fc2a2f4a49

    Description

      To recreate, simply do:

      from PySide2.QtCore import QThread
      str(QThread.currentThreadId())
      

      or:

      from PySide2.QtCore import QThread
      repr(QThread.currentThreadId())
      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            crmaurei Cristian Maureira-Fredes
            GraemeH Graeme
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes