◐ Shell
reader mode source ↗
Skip to content

bpo-45847: Port builtin hashlib extensions to PY_STDLIB_MOD (GH-29642)#29642

Merged
tiran merged 1 commit into
python:mainfrom
tiran:bpo-45847-hashes
Nov 19, 2021
Merged

bpo-45847: Port builtin hashlib extensions to PY_STDLIB_MOD (GH-29642)#29642
tiran merged 1 commit into
python:mainfrom
tiran:bpo-45847-hashes

Conversation

@tiran

@tiran tiran commented Nov 19, 2021

Copy link
Copy Markdown
Member

@tiran

tiran commented Nov 19, 2021

Copy link
Copy Markdown
Member Author
$ ./configure -C --without-builtin-hashlib-hashes
$ make clean
$ make
...
The following modules found by detect_modules() in setup.py have not
been built, they are *disabled* by configure:
_blake2               _md5                  _sha1              
_sha256               _sha3                 _sha512            
...
$ ./python -c "import _sha1"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ModuleNotFoundError: No module named '_sha1'

@tiran tiran changed the title bpo-45847: Port builtin hashlib extensions to PY_STDLIB_MOD Nov 19, 2021
@tiran tiran merged commit c8c21bd into python:main Nov 19, 2021
@tiran tiran deleted the bpo-45847-hashes branch November 19, 2021 19:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants