[issue39217] GC of a ctypes object causes application crash

2020-01-04 Thread Kevin Schlossser
New submission from Kevin Schlossser : I guess this is a question as much as it is a bug report. I know that all kinds of strange behavior can happen when using ctypes improperly. This is what is taking place. I can provide code if needed. but lets work off of my description of what

[issue38597] C Extension import limit

2020-01-04 Thread Kevin Schlossser
Kevin Schlossser added the comment: Thank you msg356892 for spear heading this for me. I family things to attend to so I apologize for opening this bug report and then walking away.. As far as recreating this issue. It simple to do. you can either use cython or you can put together a quick

[issue39188] recent change when passing a Union to a function

2020-01-02 Thread Kevin Schlossser
New submission from Kevin Schlossser : OK so There was a change made to fix issue 26628. Something was forgotten about.. On Windows there is the VARIANT Union which gets used all over the Windows API. This change is going to really break a lot of peoples code and there are no code examples

[issue38597] C Extension import limit

2019-10-26 Thread Kevin Schlossser
New submission from Kevin Schlossser : System Windows 7 x64 SP2 Ram 16GB 6 Core AMD @ 3.2ghz CPython 3.7.2 C Extension (pyd) import cap. There seems to be a cap on the number of extensions that a package is able to contain. I am able to import 123 extension modules that my package has