On Thu, 01 Sep 2016 04:44:57 +0530, Pulkit Goyal wrote:
> # HG changeset patch
> # User Pulkit Goyal <7895pul...@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.
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to