]> granicus.if.org Git - python/commit
Merged revisions 80325 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 21 Apr 2010 22:56:22 +0000 (22:56 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 21 Apr 2010 22:56:22 +0000 (22:56 +0000)
commit5bc7ec94760d7eae50da1751c3fd4bab01a34712
tree7aba368ce0a39c937f3f63737d140d53964d755f
parent5ae681081975ac074bd030d3f23e99e3644cfe10
Merged revisions 80325 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r80325 | antoine.pitrou | 2010-04-22 00:53:29 +0200 (jeu., 22 avril 2010) | 6 lines

  Issue #7332: Remove the 16KB stack-based buffer in
  PyMarshal_ReadLastObjectFromFile, which doesn't bring any noticeable
  benefit compared to the dynamic memory allocation fallback.  Patch by
  Charles-François Natali.
........
Misc/ACKS
Misc/NEWS
Python/marshal.c