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 is
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
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
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 but