VirtualBox

Ignore:
Timestamp:
Nov 4, 2017 1:34:01 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
118930
Message:

testdriver/vbox.py: lets try not keeping COM around forever on 5.2+...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testdriver/vbox.py

    r69577 r69580  
    13481348        # HACK ALERT! Keep COM alive past the python garbage collection on in case of dangling objects. @bugref{9037}
    13491349        #             This is a bit of an experiment at the moment...
    1350         if self.sHost == 'win':
     1350        if self.sHost == 'win' and self.fpApiVer < 5.2:
    13511351            try:
    13521352                import pythoncom;           # pylint: disable=import-error
Note: See TracChangeset for help on using the changeset viewer.

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