diff options
author | Bénédikt Tran <10796600+picnixz@users.noreply.github.com> | 2025-04-20 19:40:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-20 17:40:17 +0000 |
commit | 5f2ba152a0471f6f556ca2d9486e5ba486fcfbde (patch) | |
tree | ea434813aebbd83d9707fb433c4ad94fa10fe903 /Python/clinic/Python-tokenize.c.h | |
parent | 492e3e6976d05b8de1892c37c900ada23eaeaf06 (diff) | |
download | cpython-5f2ba152a0471f6f556ca2d9486e5ba486fcfbde.tar.gz cpython-5f2ba152a0471f6f556ca2d9486e5ba486fcfbde.zip |
gh-131298: eliminate HACL* static libraries for cryptographic modules (GH-132438)
* simplify HACL* build for MD5, SHA1, SHA2 and SHA3 modules
* remove statically linked libraries for HACL* implementation
* is it better now?
* is it better now?
* fixup
* Present HACL* as a static or shared library.
On WASI, extension modules based on HACL* require the HACL*
library to be linked statically. On other platforms, it can
be built dynamically.
* amend whitespace
* remove temporary .so file as it requires more symlinks
* avoid smelly symbols
* fixup checksums
* regen sbom
* fixup shell warnings and comments
* it *should* work
Diffstat (limited to 'Python/clinic/Python-tokenize.c.h')
0 files changed, 0 insertions, 0 deletions