This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author neologix
Recipients neologix, vstinner
Date 2015-03-24.19:13:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAH_1eM2tS+ApXBuySMjeFDNF8G2OLg2qF=1ADdUJZYyAuZHkjA@mail.gmail.com>
In-reply-to <1427147484.93.0.501180467581.issue23648@psf.upfronthosting.co.za>
Content
> 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.
History
Date User Action Args
2015-03-24 19:13:44neologixsetrecipients: + neologix, vstinner
2015-03-24 19:13:44neologixlinkissue23648 messages
2015-03-24 19:13:44neologixcreate