reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33646 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1037,7 +1037,8 @@ SWIG_Python_TypeError(const char *type, PyObject *obj)
|
||||
PyErr_Format(PyExc_TypeError, "a '%s' is expected, '%s' is received",
|
||||
type, otype);
|
||||
}
|
||||
Py_DECREF(str);
|
||||
if (str)
|
||||
Py_DECREF(str);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
@@ -5691,11 +5691,9 @@ your Mac."""
|
||||
self._BootstrapApp()
|
||||
|
||||
|
||||
def __del__(self):
|
||||
try:
|
||||
self.RestoreStdio() # Just in case the MainLoop was overridden
|
||||
finally:
|
||||
wx.PyApp.__del__(self)
|
||||
def __del__(self, destroy=wx.PyApp.__del__):
|
||||
self.RestoreStdio() # Just in case the MainLoop was overridden
|
||||
destroy(self)
|
||||
|
||||
def Destroy(self):
|
||||
wx.PyApp.Destroy(self)
|
||||
@@ -5724,7 +5722,10 @@ your Mac."""
|
||||
|
||||
|
||||
def RestoreStdio(self):
|
||||
_sys.stdout, _sys.stderr = self.saveStdio
|
||||
try:
|
||||
_sys.stdout, _sys.stderr = self.saveStdio
|
||||
except:
|
||||
pass
|
||||
|
||||
|
||||
def SetOutputWindowAttributes(self, title=None, pos=None, size=None):
|
||||
|
@@ -1037,7 +1037,8 @@ SWIG_Python_TypeError(const char *type, PyObject *obj)
|
||||
PyErr_Format(PyExc_TypeError, "a '%s' is expected, '%s' is received",
|
||||
type, otype);
|
||||
}
|
||||
Py_DECREF(str);
|
||||
if (str)
|
||||
Py_DECREF(str);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
@@ -1037,7 +1037,8 @@ SWIG_Python_TypeError(const char *type, PyObject *obj)
|
||||
PyErr_Format(PyExc_TypeError, "a '%s' is expected, '%s' is received",
|
||||
type, otype);
|
||||
}
|
||||
Py_DECREF(str);
|
||||
if (str)
|
||||
Py_DECREF(str);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
@@ -1037,7 +1037,8 @@ SWIG_Python_TypeError(const char *type, PyObject *obj)
|
||||
PyErr_Format(PyExc_TypeError, "a '%s' is expected, '%s' is received",
|
||||
type, otype);
|
||||
}
|
||||
Py_DECREF(str);
|
||||
if (str)
|
||||
Py_DECREF(str);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
@@ -1037,7 +1037,8 @@ SWIG_Python_TypeError(const char *type, PyObject *obj)
|
||||
PyErr_Format(PyExc_TypeError, "a '%s' is expected, '%s' is received",
|
||||
type, otype);
|
||||
}
|
||||
Py_DECREF(str);
|
||||
if (str)
|
||||
Py_DECREF(str);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
@@ -1037,7 +1037,8 @@ SWIG_Python_TypeError(const char *type, PyObject *obj)
|
||||
PyErr_Format(PyExc_TypeError, "a '%s' is expected, '%s' is received",
|
||||
type, otype);
|
||||
}
|
||||
Py_DECREF(str);
|
||||
if (str)
|
||||
Py_DECREF(str);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
@@ -1037,7 +1037,8 @@ SWIG_Python_TypeError(const char *type, PyObject *obj)
|
||||
PyErr_Format(PyExc_TypeError, "a '%s' is expected, '%s' is received",
|
||||
type, otype);
|
||||
}
|
||||
Py_DECREF(str);
|
||||
if (str)
|
||||
Py_DECREF(str);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
@@ -1037,7 +1037,8 @@ SWIG_Python_TypeError(const char *type, PyObject *obj)
|
||||
PyErr_Format(PyExc_TypeError, "a '%s' is expected, '%s' is received",
|
||||
type, otype);
|
||||
}
|
||||
Py_DECREF(str);
|
||||
if (str)
|
||||
Py_DECREF(str);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
@@ -1037,7 +1037,8 @@ SWIG_Python_TypeError(const char *type, PyObject *obj)
|
||||
PyErr_Format(PyExc_TypeError, "a '%s' is expected, '%s' is received",
|
||||
type, otype);
|
||||
}
|
||||
Py_DECREF(str);
|
||||
if (str)
|
||||
Py_DECREF(str);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
@@ -1037,7 +1037,8 @@ SWIG_Python_TypeError(const char *type, PyObject *obj)
|
||||
PyErr_Format(PyExc_TypeError, "a '%s' is expected, '%s' is received",
|
||||
type, otype);
|
||||
}
|
||||
Py_DECREF(str);
|
||||
if (str)
|
||||
Py_DECREF(str);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
@@ -1037,7 +1037,8 @@ SWIG_Python_TypeError(const char *type, PyObject *obj)
|
||||
PyErr_Format(PyExc_TypeError, "a '%s' is expected, '%s' is received",
|
||||
type, otype);
|
||||
}
|
||||
Py_DECREF(str);
|
||||
if (str)
|
||||
Py_DECREF(str);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
@@ -1037,7 +1037,8 @@ SWIG_Python_TypeError(const char *type, PyObject *obj)
|
||||
PyErr_Format(PyExc_TypeError, "a '%s' is expected, '%s' is received",
|
||||
type, otype);
|
||||
}
|
||||
Py_DECREF(str);
|
||||
if (str)
|
||||
Py_DECREF(str);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user