Actions
Story #13501
closed[arvados-cwl-runner] [arv-keepdocker] Use subprocess32 instead of subprocess
Status:
Resolved
Priority:
Normal
Assigned To:
Category:
-
Target version:
Start date:
07/09/2018
Due date:
% Done:
100%
Estimated time:
(Total: 0.00 h)
Story points:
0.5
Release:
Release relationship:
Auto
Description
Google has created a backport of python3.3's subprocess module to python2, which includes includes "many important reliability bug fixes relevant on POSIX platforms" (see https://github.com/google/python-subprocess32) -- including making it safer to use with multi-threaded programs. It would be good to use this instead of the native python2 subprocess module.
- cwltool already uses subprocess32
- arvados-cwl-runner uses native subprocess
- arv-keepdocker uses native subprocess
- nodemanager uses native subprocess
Actions