]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix for fatal errors in os.*utime*()
authorRichard Oudkerk <shibturn@gmail.com>
Fri, 4 May 2012 11:01:31 +0000 (12:01 +0100)
committerRichard Oudkerk <shibturn@gmail.com>
Fri, 4 May 2012 11:01:31 +0000 (12:01 +0100)
commitf072b45e34be8782a2ed5705be2eed5ed35980fa
tree5b13faeacbb38d76774993a72c0543478e83b8c8
parentb333640aba212e8f2b70fd5038fe160492666dca
Fix for fatal errors in os.*utime*()

The address of an object was being decreffed instead of the object.
Modules/posixmodule.c