Charles-François Natali added the comment:

> fstat_not_eintr.py: run this script from a NFS share and unplug the network 
> cable, wait, replug. Spoiler: fstat() hangs until the network is back, CTRL+c 
> or setitimer() don't interrupt it.

You have to mount the share with the eintr option.

Getting EINTR on a local FS is probably more challenging.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23648>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to