commit | 1709d40b4f33d034e63dcf7803202891834bba05 | [log] [tgz] |
---|---|---|
author | Bryan Duxbury <bryanduxbury@apache.org> | Wed Mar 23 18:15:19 2011 +0000 |
committer | Bryan Duxbury <bryanduxbury@apache.org> | Wed Mar 23 18:15:19 2011 +0000 |
tree | edd32c0c4ca454bdbde151cbcedeedf5f18db09b | |
parent | d081dd668b4c8d11de68d4e2047b3e54cfc21ec3 [diff] |
THRIFT-1107. py: improvement for compiler-generated python for 'None' object comparisons This patch switches from 'x != None' to 'x is not None' for a small performance boost. Patch: Will Pierce git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1084661 13f79535-47bb-0310-9956-ffa450edef68