https://bugs.winehq.org/show_bug.cgi?id=52159
--- Comment #4 from Joel Holdsworth joel@airwebreathe.org.uk --- This seems to be working with Msys2 mingw64 python3.10.exe - can anyone else confirm?
wine64 /path/to/msys64/mingw64/bin/python3.10.exe ^M007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 Python 3.10.5 (main, Jun 18 2022, 01:16:30) [GCC 12.1.0 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more information.
print("Hello")
Hello
quit()