stan-quinn

Results 1 issues of stan-quinn

I found a problem with the exception handling in _tcp_server_uds_callback, it was using e[0] instead of e.args[0]. Further inspection showed some other exceptions could never be reached, in write_data(). Also,...