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

Shiboken crashes due to array in function definition

XMLWordPrintable

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

      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.

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes