Re: [Python-Dev] [Python-checkins] r84209 - python/branches/py3k/Python/ast.c

Aug. 19, 2010
8:07 p.m.
Le jeudi 19 août 2010 19:43:15, amaury.forgeotdarc a écrit :
Author: amaury.forgeotdarc Date: Thu Aug 19 19:43:15 2010 New Revision: 84209
Log: 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
Would it be possible to write tests for this change? -- Victor Stinner http://www.haypocalc.com/
5334
Age (days ago)
5334
Last active (days ago)
0 comments
1 participants
participants (1)
-
Victor Stinner