From 0f82eb02e43a9f02ba8cff6c046432dab1eb59df Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 11 Oct 2006 04:18:35 +0000 Subject: [PATCH] better comments git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41928 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/_bitmap.i | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wxPython/src/_bitmap.i b/wxPython/src/_bitmap.i index de6246f16f..f98e9daa7c 100644 --- a/wxPython/src/_bitmap.i +++ b/wxPython/src/_bitmap.i @@ -17,7 +17,8 @@ %} -// Turn off the aquisition of the Global Interpreter Lock for this file +// Turn off the aquisition of the Global Interpreter Lock for the classes and +// functions in this file %threadWrapperOff //--------------------------------------------------------------------------- @@ -760,4 +761,6 @@ passed then BLACK is used. //--------------------------------------------------------------------------- //--------------------------------------------------------------------------- + +// Turn GIL acquisition back on. %threadWrapperOn -- 2.45.2