Message312388
> I think that we can even drop dup-based validation from is_valid_fd()
For POSIX, that is. There is no fstat on Windows, and dup is probably OK there (or, even better, dup2(fd, fd) -- no need to close). |
|
Date |
User |
Action |
Args |
2018-02-20 00:48:16 | izbyshev | set | recipients:
+ izbyshev, vstinner, koobs, rudolphf |
2018-02-20 00:48:16 | izbyshev | set | messageid: <1519087696.92.0.467229070634.issue32849@psf.upfronthosting.co.za> |
2018-02-20 00:48:16 | izbyshev | link | issue32849 messages |
2018-02-20 00:48:16 | izbyshev | create | |
|