]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merged revisions 70664 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 29 Mar 2009 00:57:20 +0000 (00:57 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 29 Mar 2009 00:57:20 +0000 (00:57 +0000)
commit31696e98170d9d038e574f1523039d3ae468f46e
treef8bab3de03373073414720ad12f10e17246e7305
parentce39a8336885cc05b5e0b90a6b70136e6f045e15
Merged revisions 70664 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r70664 | antoine.pitrou | 2009-03-29 01:45:26 +0100 (dim., 29 mars 2009) | 6 lines

  Issue #1174606: Calling read() without arguments of an unbounded file
  (typically /dev/zero under Unix) could crash the interpreter.

  No test as there always seems to be a risk of putting the machine on its knees.
........
Misc/NEWS
Modules/_fileio.c