Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
More details in NEWS
  • Loading branch information
gpshead authored Dec 2, 2024
commit a6a75d6a611084e6f224f14cd033dc5b478ccfbd
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
:mod:`hashlib` now avoids emitting a message to stderr when used in custom
build or system environment excluding any of our otherwise guaranteed
available hash functions.
available hash functions. The ``algorithms_available`` attribute is now
updated to exclude algorithms that are not actually available at import time,
even if they are considered guaranteed in normal Python builds. Use of
OpenSSL FIPS mode runtime configs and some combination of the build time
``--with(out)-built-hashlib-hashes`` configure option are examples of when
this could happen.