Cebtenzzre
|
1334840323
|
Make os.fchdir, os.fsync, and os.fdatasync accept FileDescriptorLike (#4544)
For the fd passed to these functions, CPython accepts not just an int,
but also anything with a fileno() method.
Fixes #4539
|
2020-09-15 16:30:34 -07:00 |
|