This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author aronacher
Recipients aronacher
Date 2008-03-30.10:46:41
SpamBayes Score 0.06512645
Marked as misclassified No
Message-id <1206874004.35.0.00269760141772.issue2514@psf.upfronthosting.co.za>
In-reply-to
Content
#2505 adds a new init to the ast nodes that allows initialization of the
fields directory from the constructor.  Unfortunately there are nodes
where fields is None (_ast.Store and others) and the constructor didn't
take care of this.

The patch applied adds a test for None to fix the problem.
History
Date User Action Args
2008-03-30 10:46:44aronachersetspambayes_score: 0.0651264 -> 0.06512645
recipients: + aronacher
2008-03-30 10:46:44aronachersetspambayes_score: 0.0651264 -> 0.0651264
messageid: <1206874004.35.0.00269760141772.issue2514@psf.upfronthosting.co.za>
2008-03-30 10:46:42aronacherlinkissue2514 messages
2008-03-30 10:46:42aronachercreate