Ensure that Python is initialized before doing any locking in
authorRobin Dunn <robin@alldunn.com>
Wed, 11 May 2005 17:06:22 +0000 (17:06 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 11 May 2005 17:06:22 +0000 (17:06 +0000)
commitea19c9a89937acd985f3ea5471b13aaa60bdca07
tree2bff48a5332fc0d9f07486650ebea97b0a94a825
parent9751f1a83023797c9068cef94d9bb6409b76058a
Ensure that Python is initialized before doing any locking in
wxPyBeginBlockThreads and wxPyEndBlockThreads as these can be
triggered after Python has been finalized in embedding situations.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34018 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
wxPython/src/helpers.cpp