Assure python3 compatibility with 'long' type.
Python 3 doesn't define 'long', but has 'int' type capable to store python's 2 'long' values. In addition most of places where 'long' is used seems to be not relevant, so 'long' can be relpacled with 'int' anyhow. Bug: 1168119 Change-Id: I971ea9044ce6dc5f084df122ba6d2571a8bb68cc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2640256Reviewed-by:Yuki Shiino <yukishiino@chromium.org> Commit-Queue: Yuki Shiino <yukishiino@chromium.org> Cr-Commit-Position: refs/heads/master@{#845965}
Showing
Please register or sign in to comment