]> granicus.if.org Git - python/commit
Merged revisions 68560 via svnmerge from
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Mon, 12 Jan 2009 23:58:21 +0000 (23:58 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Mon, 12 Jan 2009 23:58:21 +0000 (23:58 +0000)
commitf343e01c170b3f63eafac4568d905be91b676254
tree1c3aa5615718e7ccc70be59a5fbd72b7497869ae
parente5e298f8755c475e78f8cfc71ee0ea03c6674406
Merged revisions 68560 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r68560 | amaury.forgeotdarc | 2009-01-13 00:36:55 +0100 (mar., 13 janv. 2009) | 6 lines

  #3720: Interpreter crashes when an evil iterator removes its own next function.

  Now the slot is filled with a function that always raises.

  Will not backport: extensions compiled with 2.6.x would not run on 2.6.0.
........
Include/abstract.h
Include/object.h
Lib/test/crashers/iter.py [deleted file]
Lib/test/test_iter.py
Misc/NEWS
Modules/itertoolsmodule.c
Objects/abstract.c
Objects/object.c
Objects/typeobject.c
Python/bltinmodule.c