An open API service indexing awesome lists of open source software.

https://github.com/parantapa/qz7.subprocess_w

Popen wrapper for graceful process termination
https://github.com/parantapa/qz7.subprocess_w

Last synced: 5 months ago
JSON representation

Popen wrapper for graceful process termination

Awesome Lists containing this project

README

          

# qz7.subprocess_w

A Popen wrapper for graceful process termination

This package provides a Popen wrapper class
called PopenW that termimates subprocess cleanly,
instead of leaving zombie or orphan processes
when the parent process raises an unexpected exception.