Skip to content
Snippets Groups Projects
Commit 24452ceb authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

v2.1.9

parent cb0ddbdc
No related branches found
Tags v2.1.9
No related merge requests found
# v2.1.9
* _TBA_
* bugfix release: fixed an occurrence where next calls to
[hang_until_sig](satella/posix/signals.py) would return immediately
# v2.1.8
......
# coding=UTF-8
__version__ = '2.1.9a1'
__version__ = '2.1.9'
......@@ -54,3 +54,5 @@ def hang_until_sig(extra_signals: tp.Optional[tp.List] = None):
time.sleep(0.5)
except IOError: # "Interrupted system call"
pass
end = False # reset for next use
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment