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

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

XMLWordPrintable

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

      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)

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes