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

Segfault when accessing __doc__ for several QtCore members (during pylint)

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • P2: Important
    • None
    • 5.12.4, 5.12.3, 5.13.0
    • PySide
    • None

    Description

      Several members of QtCore segfault when accessing their docs. This might happen during pylinting the code base with PySide2

      import PySide2
      for a in ['QT_TRANSLATE_NOOP', 'QT_TRANSLATE_NOOP3', 'QT_TRANSLATE_NOOP_UTF8', 'QT_TR_NOOP', 'QT_TR_NOOP_UTF8', 'SIGNAL', 'SLOT', '__moduleShutdown', 'qAbs', 'qAcos']:
          b = getattr(PySide2.QtCore, a)
          print(b.__doc__)
      

      Attachments

        Issue Links

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

          Activity

            People

              ctismer Christian Tismer
              otognan Oleg Sinyavskiy
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes