Message5902

Author zyasoft
Recipients r_walter, zyasoft
Date 2010-07-16.23:17:39
SpamBayes Score 0.010808437
Marked as misclassified No
Message-id <1279322259.71.0.473424811811.issue1506@psf.upfronthosting.co.za>
In-reply-to
Content
Wow, that's an unexpected bug, but it makes perfect sense. Looks like the problem is that we don't pass enough info down from the partial parse (in Py#compile_command_flags) to get the right sort of reader. So in particular, we should not be using ExpectedEncodingBufferedReader here.
History
Date User Action Args
2010-07-16 23:17:39zyasoftsetmessageid: <1279322259.71.0.473424811811.issue1506@psf.upfronthosting.co.za>
2010-07-16 23:17:39zyasoftsetrecipients: + zyasoft, r_walter
2010-07-16 23:17:39zyasoftlinkissue1506 messages
2010-07-16 23:17:39zyasoftcreate