Issue 12799: realpath not resolving symbolic links under Windows
Issue12799
Created on 2011-08-20 21:54 by pitrou, last changed 2022-04-11 14:57 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg142573 - (view) | Author: Antoine Pitrou (pitrou) * ![]() |
Date: 2011-08-20 21:54 | |
From a look at the code, realpath() does not seem to resolve symlinks under Windows, even though we have the _getfinalpathname function to do that. Please indulge with me if I'm wrong :) |
|||
| msg142584 - (view) | Author: STINNER Victor (vstinner) * ![]() |
Date: 2011-08-20 23:56 | |
You are right, but this issue is a duplicate of #9949. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:57:20 | admin | set | github: 57008 |
| 2011-08-20 23:56:06 | vstinner | set | status: open -> closed nosy:
+ vstinner resolution: duplicate |
| 2011-08-20 21:54:00 | pitrou | create | |
