Changeset 65842 in vbox for trunk/src/libs
- Timestamp:
- Feb 22, 2017 4:51:06 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/python/src/PyGBase.cpp
r65841 r65842 293 293 sure if this is a good idea or not for the internal PyXPCOM 294 294 state, but it might fix the deadloock... Hoping for the best. */ 295 Py_BEGIN_ALLOW_THREADS ();295 Py_BEGIN_ALLOW_THREADS; 296 296 iid_check = NS_GET_IID(nsISupports); 297 297 pis->QueryInterface(iid_check, getter_AddRefs(piswrap)); 298 Py_END_ALLOW_THREADS ();298 Py_END_ALLOW_THREADS; 299 299 } 300 300
Note:
See TracChangeset
for help on using the changeset viewer.