summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/Rsa2048Sha256Sign
diff options
context:
space:
mode:
authorGary Lin <glin@suse.com>2018-06-27 18:07:56 +0800
committerYonghong Zhu <yonghong.zhu@intel.com>2018-07-08 15:39:57 +0800
commit39456d00f36e04b7e7efb208f350f4e83b6c3531 (patch)
treeaa105da9ed8cb01e43fba7a7442837dc7eead0d3 /BaseTools/Source/Python/Rsa2048Sha256Sign
parent9fb2cbdac4cb3122d72223cff02395daf751e365 (diff)
downloadedk2-39456d00f36e04b7e7efb208f350f4e83b6c3531.tar.gz
edk2-39456d00f36e04b7e7efb208f350f4e83b6c3531.tar.bz2
edk2-39456d00f36e04b7e7efb208f350f4e83b6c3531.zip
BaseTools: Unify long and int in Expression.py
Per PEP237(*), 'long' is unified with 'int' and removed from python3. * To make the script compatible with both python2 and python3, 'type(0L)' is replaced with 'type(sys.maxsize + 1)'. In python2, the number is 'long', while it's 'int' in python3. We can remove the workaround after moving to python3 completely. * long() is replaced with int() since int() returns a long when need. (*) https://www.python.org/dev/peps/pep-0237/ Contributed-under: TianoCore Contribution Agreement 1.1 Cc: Yonghong Zhu <yonghong.zhu@intel.com> Cc: Liming Gao <liming.gao@intel.com> Signed-off-by: Gary Lin <glin@suse.com> Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
Diffstat (limited to 'BaseTools/Source/Python/Rsa2048Sha256Sign')
0 files changed, 0 insertions, 0 deletions