Details
-
Bug
-
Resolution: Done
-
P2: Important
-
None
-
6.2.4
-
None
-
252d8bc9a7 (pyside/pyside-setup/6.3) 2720e01f21 (pyside/pyside-setup/dev) 252d8bc9a7 (pyside/pyside-setup/wip/6.3_pypy) 252d8bc9a7 (pyside/tqtc-pyside-setup/6.3) 2720e01f21 (pyside/tqtc-pyside-setup/dev)
Description
There was a `PySequence_Check` in the evaluation of some signature
function parameter evaluation, with should have been `PyTuple_Check`.
Due to the new quickening optimization, Python 3.11 changed the parameter handling in a correct way and replaced the argument tuple by a direct single argument of an enum
type. Since the new PyEnums are also sequences, this results in a crash.
Attachments
For Gerrit Dashboard: PYSIDE-1988 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
421211,3 | Shiboken: Fix the oldest shiboken bug ever which shows up on Python 3.11 | dev | pyside/pyside-setup | Status: MERGED | +2 | 0 |
421234,2 | Shiboken: Fix the oldest shiboken bug ever which shows up on Python 3.11 | 6.3 | pyside/pyside-setup | Status: MERGED | +2 | 0 |