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

Shiboken::Object::invalidate() can recurse infinitely

    XMLWordPrintable

Details

    • Bug
    • Resolution: Cannot Reproduce
    • Not Evaluated
    • 6.0
    • 1.2.x
    • Shiboken
    • None

    Description

      If the SbkObject*'s parentInfo contains a cycle, invalidate will recurse infinitely. An artificial example to provoke this:

      p = QWidget()
      c = QWidget(p)
      c.nextInFocusChain()
      shiboken.invalidate(p)

      Attachments

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

        Activity

          People

            jpe John Ehresman
            jpe John Ehresman
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes