[PATCH] py3: remove use of *L syntax

Yuya Nishihara yuya at tcha.org
Fri Sep 2 14:22:58 UTC 2016


On Thu, 01 Sep 2016 04:44:57 +0530, Pulkit Goyal wrote:
> # HG changeset patch
> # User Pulkit Goyal <7895pulkit at gmail.com>
> # Date 1472677186 -19800
> #      Thu Sep 01 02:29:46 2016 +0530
> # Node ID 5ffa4cfc09d7c563b09bc3d4fbd50bccff16aa6a
> # Parent  8a84347b9907ada91f9f3a21aca1fb62cac0fed5
> py3: remove use of *L syntax

LGTM, queued, thanks.

> The int in Python 3 behaves as long so no need of L's in py3.
> Moreover we dont need long here.

0xfffffff5 is a long on 32bit system, but we don't need L suffix anyway.


More information about the Mercurial-devel mailing list