Hey,
we also found the same issue last year,
the solution was to un-define use and re-define
https://code.qt.io/cgit/qt-creator/plugin-pythonextensions.git/tree/docs/plugin.md#n137
Here you have the code example of the workaround:
https://code.qt.io/cgit/qt-creator/plugin-pythonextensions.git/tr
It's known: https://bugs.python.org/issue38007
On Mon, Oct 21, 2019, at 20:11, Kacvinsky, Tom wrote:
> Today I discovered the this struct
>
> typedef struct{
> const char* name;
> int basicsize;
> int itemsize;
> unsigned int flags;
> PyType_Slot *slots; /* terminated by slot=