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

More Nuitka compiled methods and functions support

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • 6.0.2
    • PySide, Shiboken
    • None
    • Nuitka 0.6.13, I was working on Windows, but of course all platforms are affected in the same way.
    • All

    Description

      Nuitka has its own types for compiled method and compiled function.

      The compiled method has the same attributes as a method, and the compiled function the same attributes as a function in CPython. The only difference is that PyFunction_Check and PyMethod_Check will not pass.

      I have ventured into PySide and Shiboken and found all occurrences of these and prepared patches to allow for compiled methods and functions as well.

      I will upload my patches once I successfully tested them.

       

      Attachments

        For Gerrit Dashboard: PYSIDE-1523
        # Subject Branch Project Status CR V

        Activity

          People

            ctismer Christian Tismer
            kayhayen Kay Hayen
            Votes:
            4 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes