Details
-
Bug
-
Resolution: Out of scope
-
P2: Important
-
None
-
5.12.4, 5.12.3, 5.13.0
-
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
- relates to
-
PYSIDE-1884 __doc__ returns None from Qt subclass
- Closed