]> granicus.if.org Git - python/commit
Merged revisions 72912,72920,72940 via svnmerge from
authorBenjamin Peterson <benjamin@python.org>
Sun, 28 Jun 2009 03:18:59 +0000 (03:18 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sun, 28 Jun 2009 03:18:59 +0000 (03:18 +0000)
commit876b2f286b9af1a69846c84d1229014b2a885c97
tree1934d1ce119603a4ae7a0a37c01957a3ca2d17a2
parentd2397753ee3d20579aa60b5e1c037e9e20db7ccb
Merged revisions 72912,72920,72940 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r72912 | benjamin.peterson | 2009-05-25 08:13:44 -0500 (Mon, 25 May 2009) | 5 lines

  add a SETUP_WITH opcode

  It speeds up the with statement and correctly looks up the special
  methods involved.
........
  r72920 | benjamin.peterson | 2009-05-25 15:12:57 -0500 (Mon, 25 May 2009) | 1 line

  take into account the fact that SETUP_WITH pushes a finally block
........
  r72940 | benjamin.peterson | 2009-05-26 07:49:59 -0500 (Tue, 26 May 2009) | 1 line

  teach the peepholer about SETUP_WITH
........
Doc/library/dis.rst
Doc/reference/compound_stmts.rst
Include/opcode.h
Lib/opcode.py
Lib/test/test_descr.py
Python/ceval.c
Python/compile.c
Python/import.c
Python/opcode_targets.h
Python/peephole.c