Technical debt: os.kill
does not properly handle errors in Python 3
#110
Labels
os.kill
does not properly handle errors in Python 3
#110
When
electrumsv-sdk stop
is run in the CI Windows tests, it errors withSystemError
indicating that the Python standard library function is buggy and does not handle an error. See the bug: https://bugs.python.org/issue42962When this is fixed, we should revisit this and remove the
try
/except
.The text was updated successfully, but these errors were encountered: