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