Details
Description
Reproduced with:
$ python Python 3.12.7 [GCC 14.2.1 20240921] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import PySide6.QtCore as QtCore >>> from PySide6.QtCore import * python: /var/tmp/portage/dev-python/shiboken6-6.8.0/work/pyside-setup-everywhere-src-6.8/sources/shiboken6/libshiboken/basewrapper.cpp:1028: PyTypeObject* Shiboken::ObjectType::introduceWrapperType(PyObject*, const char*, const char*, PyType_Spec*, ObjectDestructor, PyObject*, unsigned int): Assertion `PyDict_Check(enclosingObject)' failed. Aborted (core dumped)
For comparison on an Ubuntu 24.04 with PySide2:
$ python3 Python 3.12.3 (main, Jul 31 2024, 17:43:48) [GCC 13.2.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import PySide2.QtCore as QtCore >>> from PySide2.QtCore import * >>>