Closed A5rocks closed 2 weeks ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 99.62%. Comparing base (
c7801ae
) to head (980bee0
). Report is 20 commits behind head on main.
I assume the code was written pre-3.8
I assume the code was written pre-3.8
yep, 2017 - https://github.com/python-trio/trio/commit/300a19ddb3fc75aff4fe7e7b37957b655e54b995 3.7 hadn't even been released!
good find :+1:
I noticed
signal.raise_signal
seems to do whatsignal_raise
used to. Let's use that instead.