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
- Host: GitHub
- URL: https://github.com/parantapa/qz7.subprocess_w
- Owner: parantapa
- License: mit
- Created: 2019-04-12T20:14:21.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-28T15:10:50.000Z (almost 7 years ago)
- Last Synced: 2025-09-22T23:34:27.223Z (9 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.