From dc4c9534c7e1791dc157fbe0c69d79d9bd259a8b Mon Sep 17 00:00:00 2001 From: Akuli Date: Tue, 7 Dec 2021 23:13:35 +0200 Subject: [PATCH] allowlists: add comment to hmac.HMAC.blocksize (#6539) --- tests/stubtest_allowlists/py3_common.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/stubtest_allowlists/py3_common.txt b/tests/stubtest_allowlists/py3_common.txt index e4f17e335..2c9b35023 100644 --- a/tests/stubtest_allowlists/py3_common.txt +++ b/tests/stubtest_allowlists/py3_common.txt @@ -248,6 +248,7 @@ builtins.reveal_type builtins.OSError.characters_written collections.abc.* # Types are re-exported from _collections_abc, so errors should be fixed there distutils.command.check.SilentReporter # only defined if docutils in installed +hmac.HMAC.blocksize # use block_size instead pickle.Pickler.memo # undocumented implementation detail, has different type in C/Python implementations pickle.Unpickler.memo # undocumented implementation detail, has different type in C/Python implementations pydoc.Helper.symbol # Loop variable in class https://github.com/python/typeshed/issues/6401#issuecomment-981178522 @@ -590,7 +591,6 @@ email.policy.Policy.mangle_from_ email.policy.Policy.message_factory email.quoprimime email.utils -hmac.HMAC.blocksize importlib.abc.Finder.find_module lib2to3.pgen2.grammar.Grammar.loads logging.config.BaseConfigurator