]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merged revisions 84589 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 7 Sep 2010 16:32:28 +0000 (16:32 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 7 Sep 2010 16:32:28 +0000 (16:32 +0000)
commit334e0dde1dfbb122bbeeeb45f05fe0b438f2698a
treeae7836ff1772cfd676a65fa7b2ff4daa25cb235c
parent15db1443aeac81fc8587409ab9eafbbde8c093e1
Merged revisions 84589 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r84589 | antoine.pitrou | 2010-09-07 18:30:09 +0200 (mar., 07 sept. 2010) | 5 lines

  Issue #9758: When fcntl.ioctl() was called with mutable_flag set to True,
  and the passed buffer was exactly 1024 bytes long, the buffer wouldn't
  be updated back after the system call.  Original patch by Brian Brazil.
........
Lib/test/test_ioctl.py
Misc/NEWS
Modules/fcntlmodule.c