Fixed the double traceback when an exception happens in OnInit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24714 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -512,7 +512,8 @@ public:
|
||||
bool findCallback(const char* name) const;
|
||||
int callCallback(PyObject* argTuple) const;
|
||||
PyObject* callCallbackObj(PyObject* argTuple) const;
|
||||
|
||||
PyObject* GetLastFound() const { return m_lastFound; }
|
||||
|
||||
private:
|
||||
PyObject* m_self;
|
||||
PyObject* m_class;
|
||||
|
Reference in New Issue
Block a user