Skip to content

Commit ef59f12

Browse files
committed
the default behaviour for posix.stat is to follow symlinks
1 parent 28f7b74 commit ef59f12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graalpython/lib-graalpython/posix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454

5555
@__builtin__
56-
def stat(filename, follow_symlinks=False):
56+
def stat(filename, follow_symlinks=True):
5757
return stat_result(old_stat(filename, follow_symlinks=follow_symlinks))
5858

5959

0 commit comments

Comments
 (0)