Message3671

Author fwierzbicki
Recipients egonw_, fwierzbicki
Date 2008-10-13.15:49:37
SpamBayes Score 4.8663664e-05
Marked as misclassified No
Message-id <1223912978.61.0.928218309412.issue1151@psf.upfronthosting.co.za>
In-reply-to
Content
Hi egonw_,

How recently have you tried trunk?  About yesterday I fixed an NPE 
caused by nested Generator Expressions (and your stack trace suggests 
the same problem).  It didn't actually *fix* the nested gen exprs, but 
does improve the situation by now emitting a much smaller error message 
("internal compiler error") with a line number.  The bug is logged at 
#1150.  If you try again with trunk and get the "internal compiler 
error" exception, please let us know as this will mean that this bug is 
a duplicate of #1150.
History
Date User Action Args
2008-10-13 15:49:38fwierzbickisetmessageid: <1223912978.61.0.928218309412.issue1151@psf.upfronthosting.co.za>
2008-10-13 15:49:38fwierzbickisetrecipients: + fwierzbicki, egonw_
2008-10-13 15:49:38fwierzbickilinkissue1151 messages
2008-10-13 15:49:37fwierzbickicreate