Open
Description
Patch available in PR #412.
Do not call CefDoMessageLoopWork in cef.Shutdown() when multi_threaded_message_loop=True. This is probably the cause of a crash in pywin32.py example (PR #374) when using multi threaded message loop.
To fix this, modifications in cefpython.pyx are required, so that message loop work calls are not executed during shutdown when multi threaded message loop is set to true. PRs are welcome.