[Python-Dev] Re: Fun with Python 3.8 and Qt

2019-12-06 Thread Cristián Maureira-Fredes
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

[Python-Dev] Re: Fun with Python 3.8 and Qt

2019-10-21 Thread Benjamin Peterson
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=