diff --git a/docs/sphinx/itemToModuleMap.json b/docs/sphinx/itemToModuleMap.json index 0f087ad7..988b93cb 100644 --- a/docs/sphinx/itemToModuleMap.json +++ b/docs/sphinx/itemToModuleMap.json @@ -815,7 +815,7 @@ "DirProperty":"wx.propgrid.", "DirSelector":"wx.", "DirSelectorPromptStr":"wx.", -"Direction":"wx.DataObject.", +"Direction":"wx.", "DisableAsserts":"wx.", "Display":"wx.", "DisplayChangedEvent":"wx.", diff --git a/etg/app.py b/etg/app.py index 8e09f5f9..a2c21474 100644 --- a/etg/app.py +++ b/etg/app.py @@ -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()