also optimise comparing bytes objects of equal length, instead of using a generic...
authorStefan Behnel <scoder@users.berlios.de>
Fri, 29 Apr 2011 17:38:39 +0000 (19:38 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Fri, 29 Apr 2011 17:38:39 +0000 (19:38 +0200)
commit070bfaeab95e3dccfcd44b16f0053fe10fa37877
treea0d77c505d809ceda88e2ef968618e3e1aefc043
parentddde94b767e34ab298e484da055984630c61b314
also optimise comparing bytes objects of equal length, instead of using a generic fallback for them
Cython/Compiler/ExprNodes.py