Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
6.2.1
-
None
-
Windows 10 21H2
Python 3.6.8
Description
Affected Version: 6.2.2 (wasn't available from dropdown)
While running a lint (pylint) step in our CI pipeline, we encounter an exception that causes our build to hang with the latest 6.2.2 release:
[13:48:34] Traceback (most recent call last): [13:48:34] File "shibokensupport/signature/loader.py", line 82, in make_helptext [13:48:34] File "shibokensupport/signature/errorhandler.py", line 159, in make_helptext [13:48:34] SystemError: null argument to internal routine [13:48:34] Fatal Python error: handle_doc did not receive a result
for now we have downgraded to 6.2.1 where we did not observe this issue.
Attachments
Issue Links
- duplicates
-
PYSIDE-1727 PySide 6.2.2 QtCore class not working
- Closed