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

Shiboken crashes due to array in function definition

    XMLWordPrintable

Details

    • Bug
    • Resolution: Invalid
    • Not Evaluated
    • None
    • 1.2.x
    • Shiboken
    • None

    Description

      In the library I try to create Python bindings for, the following function definition within a class causes Shiboken (APIExtractor?) to crash:

      class C
      {
      public:
      ...
      explicit f(const unsigned char c[4]);
      ...
      };

      If I replace the function signature with "explicit f(const unsigned char* c);", everything works fine.

      Attachments

        Issue Links

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

          Activity

            People

              Unassigned Unassigned
              brupprec Benjamin Rupprechter
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes