Skip to content

Clean Popen Compat

Colomban Wendling requested to merge b4n/picomon:clean-popen-compat into master

Proposed change to move the Popen compatibility lock to the subprocess_compat module, for all compatibility code to be together.

The check for Python versions on which the workaround is applied should match all affected ones (if I'm not mistaken), but may include unaffected ones (which should only slow things down a little, but nothing worse than current state).

Merge request reports

Loading