Changeset 70710 in vbox for trunk/src/VBox/ValidationKit/common
- Timestamp:
- Jan 23, 2018 3:35:17 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/common/utils.py
r70709 r70710 1858 1858 def __mytarfilecopyfileobj(src, dst, length = None, exception = OSError, bufsize = None): 1859 1859 """ tarfile.copyfileobj with different buffer size (16384 is slow on windows). """ 1860 _ = bufsize; 1860 1861 if length is None: 1861 1862 __myshutilcopyfileobj(src, dst, g_cbGoodBufferSize);
Note:
See TracChangeset
for help on using the changeset viewer.