Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
None
-
6.2.2
-
None
-
159adca779 (pyside/pyside-setup/dev) 4ac0760d66 (pyside/pyside-setup/6.2) 4ac0760d66 (pyside/tqtc-pyside-setup/6.2) 159adca779 (pyside/tqtc-pyside-setup/dev) 159adca779 (pyside/tqtc-pyside-setup/tqtc/dev) 4ac0760d66 (pyside/pyside-setup/6.2.3)
Description
With the true_property feature enabled, the application crashes instead of quitting gracefully with a traceback when a Qt type is passed invalid arguments.
The code
from PySide6 import QtCore QtCore.QRect("")
raises the ValueError and provides signatures as expected, but when the
from __feature__ import true_property
import is added between the two lines, the application is killed and exits with the 0xC0000005 code (on windows)