Remove shebang lines from Python files (#1017)These files do not have the executable bit set in their file mode, and they only need to be run as modules, not as executable scripts. Signed-off-b
Remove shebang lines from Python files (#1017)These files do not have the executable bit set in their file mode, and they only need to be run as modules, not as executable scripts. Signed-off-by: Jonathan Wakely <[email protected]> Signed-off-by: Jonathan Wakely <[email protected]>
show more ...
Fix tbb4py test sporadic fails (#913)There are sporadic fails with tbb4py test (test.py). The problem is that some test cases rely on the fact, that submitted async work will not finish until calli
Fix tbb4py test sporadic fails (#913)There are sporadic fails with tbb4py test (test.py). The problem is that some test cases rely on the fact, that submitted async work will not finish until calling get with timeout. To do there is a call for time.sleep in functor submitted. Sporadically, expected result is not happening (like OSX example in issue) so to prevent that, the blocking is used. Signed-off-by: Isaev, Ilya <[email protected]>
Fix DLL loading for tbb4py on Windows (#749)* Fix DLL loading for tbb4py on Windows Signed-off-by: Zheltov, Sergey1 <[email protected]> * Fix copyright year Signed-off-by: Zheltov,
Fix DLL loading for tbb4py on Windows (#749)* Fix DLL loading for tbb4py on Windows Signed-off-by: Zheltov, Sergey1 <[email protected]> * Fix copyright year Signed-off-by: Zheltov, Sergey1 <[email protected]>
Commit oneTBB source code 9ed4a21c
Commit oneTBB source code 8fda6294
Commit oneTBB source code 6420d97a
Commit oneTBB source code 4ebd2d06