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
I need to do a bit of research on this one. It doesn't appear to be a standard win32 function and looks like it might be something written for pywin32 to wait for multiple objects to complete. Similar functionality should be achievable with pywin32 but I need to go dive the code first to see how it was written first.
In Twisted, I tried to replace pywin32 with pywincffi: twisted/twisted#920
I found that win32gui.PumpWaitingMessages() is not in pywincffi.
@opalmer can you add it?
The text was updated successfully, but these errors were encountered: