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

PySide uses wrong return codes in __init__ methods

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P2: Important P2: Important
    • 5.13.1
    • 5.13.0
    • PySide
    • None
    • 86f56c1ea0846540b082c67d0dc3e942fd311208 (pyside/pyside-setup/5.13)

      When certain PySide classes are initialized, the wrong return code is used for the __init__ function.
      In ignorance of the CPython API, not 0 = success and -1 = failure are used, but 1 and 0.
      This has the effect that errors are undetected until they show up at a later command prompt.

      The affected files are:

      sources/pyside2/libpyside/pysideclassinfo.cpp
      sources/pyside2/libpyside/pysideproperty.cpp
      sources/pyside2/libpyside/pysidesignal.cpp
      sources/pyside2/libpyside/pysideslot.cpp
      sources/pyside2/PySide2/QtQml/pysideqmlregistertype.cpp
      

      This error has been in the source since Nov 03, 2010.

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

            ctismer Christian Tismer
            ctismer Christian Tismer
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes