You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On windows ctypes.test.test_loading.test_load was always skipped
Due to issue23606 (find msvct does not work any more) test_load did not
work any more, as it used MSVCRT for testing DLL loading.
Now it uses _ctypes_test library, which is explicitly generated for
testing purposes.
0 commit comments