VirtualBox

Changeset 65842 in vbox for trunk/src/libs


Ignore:
Timestamp:
Feb 22, 2017 4:51:06 PM (8 years ago)
Author:
vboxsync
Message:

PyXPCOM/PyGBase.cpp: experimental deadlock workaround

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/python/src/PyGBase.cpp

    r65841 r65842  
    293293                   sure if this is a good idea or not for the internal PyXPCOM
    294294                   state, but it might fix the deadloock... Hoping for the best. */
    295                 Py_BEGIN_ALLOW_THREADS();
     295                Py_BEGIN_ALLOW_THREADS;
    296296                iid_check = NS_GET_IID(nsISupports);
    297297                pis->QueryInterface(iid_check, getter_AddRefs(piswrap));
    298                 Py_END_ALLOW_THREADS();
     298                Py_END_ALLOW_THREADS;
    299299        }
    300300
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette