Optimize None -> bool to avoid branching
authorRobert Bradshaw <robertwb@math.washington.edu>
Sat, 7 Feb 2009 00:43:03 +0000 (16:43 -0800)
committerRobert Bradshaw <robertwb@math.washington.edu>
Sat, 7 Feb 2009 00:43:03 +0000 (16:43 -0800)
commit9889fe7b77e77d7c408e785bdb2a15c3bcdb4465
tree9495b51c15fb9d02a606d1d35bcd97a7209e4d28
parentbf66352f70bada191f40df2b416e4352eb85c2b3
Optimize None -> bool to avoid branching
Cython/Compiler/PyrexTypes.py