]> granicus.if.org Git - python/commit
(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)
commitd85032e25d4f9864ecc694a02a6678b4e6069739
treec8411917c18235653d376e73eb61bc8b67f2521e
parent9e09c26e8a5af10609f1e470ae736f4f24bf46b7
parent45e90394e728d94c0840010d4b47803456539d09
(Merge 3.3) Fix posix_chflags(): return_value was uninitialized when
follow_symlinks=False whereas the fchmodat() function is not avaialble.
Modules/posixmodule.c