Mercurial > hg
changeset 46810:bc268ea9f984 stable
typing: disable processing of mercurial/upgrade_utils/actions.py
There was a recent regression in pytype that causes processing to stall and
consume memory, and it doesn't sound like it will be fixed any time soon.
Differential Revision: https://phab.mercurial-scm.org/D10273
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Thu, 25 Mar 2021 19:06:28 -0400 |
parents | 112826b59476 |
children | 856820b497fc f67b8946bb1b |
files | mercurial/upgrade_utils/actions.py |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/upgrade_utils/actions.py Fri Mar 26 18:37:25 2021 +0100 +++ b/mercurial/upgrade_utils/actions.py Thu Mar 25 19:06:28 2021 -0400 @@ -5,6 +5,9 @@ # This software may be used and distributed according to the terms of the # GNU General Public License version 2 or any later version. +# See https://github.com/google/pytype/issues/860 +# pytype: skip-file + from __future__ import absolute_import from ..i18n import _