]> granicus.if.org Git - python/commitdiff
(Merge 3.3) Fix posix_chflags(): return_value was uninitialized when
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 18 Jul 2013 21:58:08 +0000 (23:58 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 18 Jul 2013 21:58:08 +0000 (23:58 +0200)
follow_symlinks=False whereas the fchmodat() function is not avaialble.

1  2 
Modules/posixmodule.c

Simple merge