In the wxpython examples in the OnClose event there are calls to CloseBrowser()
and Destroy() window. In some complex wx app it turned that this was the cause
of crashes when closing multiple browser tabs. The solution is to only call
ParentWindowWillClose() in the OnClose event - this behavior was already
updated in wx.chromectrl.