mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-08 04:50:07 +01:00
Ignore new exception related methods
This commit is contained in:
@@ -815,7 +815,7 @@
|
||||
"DirProperty":"wx.propgrid.",
|
||||
"DirSelector":"wx.",
|
||||
"DirSelectorPromptStr":"wx.",
|
||||
"Direction":"wx.DataObject.",
|
||||
"Direction":"wx.",
|
||||
"DisableAsserts":"wx.",
|
||||
"Display":"wx.",
|
||||
"DisplayChangedEvent":"wx.",
|
||||
|
||||
@@ -68,6 +68,8 @@ def run():
|
||||
c.find('OnExceptionInMainLoop').ignore()
|
||||
c.find('OnFatalException').ignore()
|
||||
c.find('OnUnhandledException').ignore()
|
||||
c.find('StoreCurrentException').ignore()
|
||||
c.find('RethrowStoredException').ignore()
|
||||
|
||||
# Release the GIL for potentially blocking or long-running functions
|
||||
c.find('MainLoop').releaseGIL()
|
||||
|
||||
Reference in New Issue
Block a user