python-subprocess32 icon indicating copy to clipboard operation
python-subprocess32 copied to clipboard

A backport of the Python 3 subprocess module for use on Python 2.

Results 2 python-subprocess32 issues
Sort by recently updated
recently updated
newest added

Timeout parameter doesn't really force timeout. It's happening on both Python 3.5 and Python 2.7 + subprocess32. However it works in Python 3.9.5. Not sure if it's worth to fix...

Hi, I am trying to execute a process from python, specifically CASA NRAO 5.7 which is a Python 2.7.12 environment plus some radio astronomical functions. The thing is that when...