]> granicus.if.org Git - python/commit
Fix posix_chflags(): return_value was uninitialized when follow_symlinks=False
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 18 Jul 2013 21:57:35 +0000 (23:57 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 18 Jul 2013 21:57:35 +0000 (23:57 +0200)
commit45e90394e728d94c0840010d4b47803456539d09
treefabf8bd2d7132f79dfae55cfca3ed87845056222
parentc406a121f7f43772752012119b4b65df4b68d707
Fix posix_chflags(): return_value was uninitialized when follow_symlinks=False
whereas the fchmodat() function is not avaialble.
Modules/posixmodule.c