Releases: jeremyephron/pyterminate
Releases · jeremyephron/pyterminate
v0.0.8
v0.0.7
v0.0.6
v0.0.3
What's Changed
- New
exit_with_signal
decorator, specifically for handling multiprocessing start method fork exit behavior - Ignores requested signals during execution of registered function
Full Changelog: v0.0.2...v0.0.3
v0.0.2
New Features
- Added feature for raising
KeyboardInterrupt
onSIGINT
- Added more tests
- Added documentation
v0.0.1
New Features
- Initial package functionality