commit | 92dc80a8d8c4bf72a40079c46d6fb6302e448b0c | [log] [tgz] |
---|---|---|
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Thu Aug 19 17:43:15 2010 +0000 |
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Thu Aug 19 17:43:15 2010 +0000 |
tree | 63d84d29e397f7c7eb56ec2cc575e1c0db6da932 | |
parent | 5c1808a1a81c22ae60d170320f454afb207454d1 [diff] |
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