Message414802
There are two ways of supporting an open file descriptor to a directory:
1. Accept a file descriptor as the dir argument.
2. Add a new parameter dir_fd; dir will then be a path relative to dir_fd.
The original proposition is option 2. PR 31785 implements option 1. I am going to play with the code, implement option 2, and see what is simpler and what is more convenient.
Any thoughts or suggestions? |
|
Date |
User |
Action |
Args |
2022-03-09 14:28:05 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, ncoghlan, socketpair, ukarroum |
2022-03-09 14:28:05 | serhiy.storchaka | set | messageid: <1646836085.69.0.479924370471.issue25927@roundup.psfhosted.org> |
2022-03-09 14:28:05 | serhiy.storchaka | link | issue25927 messages |
2022-03-09 14:28:05 | serhiy.storchaka | create | |
|