blob: 90d9ab6d4202c67a91e12de5de274f8ab43d3aef [file] [log] [blame]
Przemysław Spodymek216b7452018-08-27 23:33:45 +02001In macOS stat on some file descriptors (/dev/fd/3 f.e) will result in bad
2file descriptor OSError. Guard against this exception was added in is_dir,
3is_file and similar methods. DirEntry.is_dir can also throw this exception
4so _RecursiveWildcardSelector._iterate_directories was also extended with
5the same error ignoring pattern.