]> granicus.if.org Git - python/commit
Merged revisions 84209 via svnmerge from
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Thu, 19 Aug 2010 20:26:00 +0000 (20:26 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Thu, 19 Aug 2010 20:26:00 +0000 (20:26 +0000)
commitfc34ac5fdd8633179c1438ee9ef32a018d76e658
tree90f499a1b36ac925d37da8a2b49f3032ed311722
parentcb39d6c4e23df99f7a6d101a08b21ff898f13ac8
Merged revisions 84209 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r84209 | amaury.forgeotdarc | 2010-08-19 19:43:15 +0200 (jeu., 19 août 2010) | 5 lines

  Check the return values for all functions returning an ast node.
  Failure to do it may result in strange error messages or even crashes,
  in admittedly convoluted cases that are normally syntax errors, like:
      def f(*xx, __debug__): pass
........
Python/ast.c