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 belopolsky
Recipients belopolsky, gvanrossum, rhettinger
Date 2008-02-25.23:06:19
SpamBayes Score 0.0063707195
Marked as misclassified No
Message-id <1203980780.75.0.385496215307.issue2186@psf.upfronthosting.co.za>
In-reply-to
Content
Raymond,

it looks like you just broke the build for me:

/Users/sasha/Work/python-svn/trunk/Modules/itertoolsmodule.c: In 
function 'ifilter_next':
/Users/sasha/Work/python-svn/trunk/Modules/itertoolsmodule.c:2058: 
error: invalid operands to binary ==
/Users/sasha/Work/python-svn/trunk/Modules/itertoolsmodule.c: In 
function 'ifilterfalse_next':
/Users/sasha/Work/python-svn/trunk/Modules/itertoolsmodule.c:2202: 
error: invalid operands to binary ==

$ svn update Modules/itertoolsmodule.c
At revision 61073.

(Mac OS 10.4)
History
Date User Action Args
2008-02-25 23:06:20belopolskysetspambayes_score: 0.00637072 -> 0.0063707195
recipients: + belopolsky, gvanrossum, rhettinger
2008-02-25 23:06:20belopolskysetspambayes_score: 0.00637072 -> 0.00637072
messageid: <1203980780.75.0.385496215307.issue2186@psf.upfronthosting.co.za>
2008-02-25 23:06:20belopolskylinkissue2186 messages
2008-02-25 23:06:19belopolskycreate