VirtualBox

Changeset 47546 in vbox


Ignore:
Timestamp:
Aug 5, 2013 7:57:54 PM (11 years ago)
Author:
vboxsync
Message:

vboxapi.py: No active listeners on windows due to pywin32 shortcuts in PyGatewayBase::QueryInterface().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/glue/vboxapi.py

    r47125 r47546  
    250250
    251251    def createListener(self, impl, arg):
     252        if True:
     253            raise Exception('no active listeners on Windows as PyGatewayBase::QueryInterface() '
     254                            'returns new gateway objects all the time, thus breaking EventQueue '
     255                            'assumptions about the listener interface pointer being constants between calls ');
     256        # Did this code ever really work?
    252257        d = {}
    253258        d['BaseClass'] = impl
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