Uploaded image for project: 'Qt for Python'
  1. Qt for Python
  2. PYSIDE-2892

core dumped: Assertion `PyDict_Check(enclosingObject)' failed

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Not Evaluated
    • None
    • 6.8.0
    • PySide, Shiboken
    • None
    • Gentoo Linux with PySide6, Shiboken6, Qt all 6.8.0
    • Linux/Wayland
    • a5f3828c2c3580d673c9c4f466f71fc93af6966c

    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 *
      >>> 
      

       

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            crmaurei Cristian Maureira-Fredes
            cjm Chris Mayo
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes