Gentoo Archives: gentoo-portage-dev

From: Zac Medico <zmedico@g.o>
To: gentoo-portage-dev@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: Re: [gentoo-portage-dev] [PATCH] portage.checksum: Store supported hash types in a frozenset
Date: Mon, 13 Mar 2017 15:44:29
Message-Id: CAMiTYSp40sGmvgRucit4bv7mnDBoY=WCzNKR1yddjiF57bwr7w@mail.gmail.com
In Reply to: [gentoo-portage-dev] [PATCH] portage.checksum: Store supported hash types in a frozenset by "Michał Górny"
1 On Mon, Mar 13, 2017 at 7:45 AM, Michał Górny <mgorny@g.o> wrote:
2 > Copy the list of supported hash types (hashfunc_map dict) into
3 > a frozenset to support efficient access in the public API.
4 > ---
5 > pym/portage/checksum.py | 25 ++++++++++++++-----------
6 > 1 file changed, 14 insertions(+), 11 deletions(-)
7
8 Looks good. Thanks!
9 --
10 Thanks,
11 Zac