Details
-
Bug
-
Resolution: Invalid
-
Not Evaluated
-
None
-
1.2.x
-
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
- relates to
-
PYSIDE-354 Shiboken does not handle array arguments
- Closed