[issue32729] socket.readinto() doesn't catch TimeoutError

2018-07-11 Thread STINNER Victor
STINNER Victor added the comment: According to the reporter, it's not a bug in Python. -- nosy: +vstinner resolution: fixed -> not a bug stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue32729] socket.readinto() doesn't catch TimeoutError

2018-07-11 Thread STINNER Victor
Change by STINNER Victor : -- title: socket error handling needed -> socket.readinto() doesn't catch TimeoutError versions: -Python 3.4, Python 3.5, Python 3.6, Python 3.7, Python 3.8 ___ Python tracker