Message348103
Not always linkat() can be used instead of link(). But on Windows (where there is no linkat()) os.link() creates a new link to the symbolic link itself. This is yet one argument for making follow_symlinks=False by default and changing the default behavior of os.link() on NetBSD. |
|
| Date |
User |
Action |
Args |
| 2019-07-18 07:10:03 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, larry, eryksun, jo-he |
| 2019-07-18 07:10:03 | serhiy.storchaka | set | messageid: <[email protected]> |
| 2019-07-18 07:10:03 | serhiy.storchaka | link | issue37612 messages |
| 2019-07-18 07:10:03 | serhiy.storchaka | create | |
|