]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/my_typemaps.i
test wxString's char<->wchar_t ctors
[wxWidgets.git] / wxPython / src / my_typemaps.i
index d9b078bc4e3baa7c5f3e4fceb65de637d59be9d9..f1bfc3cd7d5f12debab316ece71830acee2fd957 100644 (file)
 /////////////////////////////////////////////////////////////////////////////
 
 
-//---------------------------------------------------------------------------
-// Tell SWIG to wrap all the wrappers with our thread protection
-
-%exception {
-    PyThreadState* __tstate = wxPyBeginAllowThreads();
-    $action
-    wxPyEndAllowThreads(__tstate);
-    if (PyErr_Occurred()) SWIG_fail;
-}
-
-
 //----------------------------------------------------------------------
 // Typemaps to convert a list of items to an int (size) and an array