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

PySide 6.2.2 QtCore class not working

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P1: Critical
    • 5.15.15
    • 6.2.9
    • PySide
    • None
    • Linux Ubuntu 20.04 LTS
      Python 3.8.10
    • Linux/X11
    • 52c965ed46242876f6485448f595a49020b4e521 (pyside/pyside-setup/6.2) dcd76708e670322db47a4993a406f4a1bebe62b2 (pyside/pyside-setup/6.2) 74ddf907ec658aaaeb6fabc7733d7429bc42a3e8 (pyside/pyside-setup/6.2.2) 4b29cc46f5 (pyside/tqtc-pyside-setup/5.15)

    Description

      The latest PySide 6.2.2 appears to have introduced an issue in the QtCore class.

       Here is a minimal example to reproduce the error:

       

      >>> from PySide6 import QtCore
      >>> help(QtCore)
      Traceback (most recent call last):
       File "shibokensupport/signature/loader.py", line 82, in make_helptext
       File "shibokensupport/signature/errorhandler.py", line 159, in make_helptext
      SystemError: null argument to internal routine
      Fatal Python error: handle_doc did not receive a result
      Python runtime state: initialized
      Current thread 0x00007fe0592da740 (most recent call first):
       File "/usr/lib/python3.8/inspect.py", line 613 in getdoc
       File "/usr/lib/python3.8/pydoc.py", line 99 in getdoc
       File "/usr/lib/python3.8/pydoc.py", line 1245 in docclass
       File "/usr/lib/python3.8/pydoc.py", line 385 in document
       File "/usr/lib/python3.8/pydoc.py", line 1183 in docmodule
       File "/usr/lib/python3.8/pydoc.py", line 384 in document
       File "/usr/lib/python3.8/pydoc.py", line 1687 in render_doc
       File "/usr/lib/python3.8/pydoc.py", line 1694 in doc
       File "/usr/lib/python3.8/pydoc.py", line 1974 in help
       File "/usr/lib/python3.8/pydoc.py", line 1915 in __call__
       File "/usr/lib/python3.8/_sitebuiltins.py", line 103 in __call__
       File "<stdin>", line 1 in <module>
      

       

       

      Attachments

        Issue Links

          For Gerrit Dashboard: PYSIDE-1727
          # Subject Branch Project Status CR V

          Activity

            People

              ctismer Christian Tismer
              robin.engler Robin Engler
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: