Skip to content

test_hashlib has incorrect default_builtin_hashes values #137412

@picnixz

Description

@picnixz

Bug report

Bug description:

In test_hashlib, we have

default_builtin_hashes = {'md5', 'sha1', 'sha256', 'sha512', 'sha3', 'blake2'}

which is a relicate when we had 2 distinct modules for SHA-2 and one for SHA-3 only. Now we have 'sha2' only (see configure.ac)

CPython versions tested on:

CPython main branch

Operating systems tested on:

No response

Linked PRs

Metadata

Metadata

Assignees

Labels

testsTests in the Lib/test dirtype-bugAn unexpected behavior, bug, or error

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions