From: Victor Stinner Date: Thu, 18 Jul 2013 21:58:08 +0000 (+0200) Subject: (Merge 3.3) Fix posix_chflags(): return_value was uninitialized when X-Git-Tag: v3.4.0a1~148 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d85032e25d4f9864ecc694a02a6678b4e6069739;p=thirdparty%2FPython%2Fcpython.git (Merge 3.3) Fix posix_chflags(): return_value was uninitialized when follow_symlinks=False whereas the fchmodat() function is not avaialble. --- d85032e25d4f9864ecc694a02a6678b4e6069739