https://github.com/python/cpython/commit/bd2e5f044c9cb08b8725ab45b05de0115d014bbe
commit: bd2e5f044c9cb08b8725ab45b05de0115d014bbe
branch: main
author: Anthony Sottile <asott...@umich.edu>
committer: picnixz <10796600+picn...@users.noreply.github.com>
date: 2025-04-26T18:44:19+02:00
summary:

gh-131298: update `Modules/Setup` after HACL* static linking changes (#133012)

This was overlooked in 5f2ba152a0471f6f556ca2d9486e5ba486fcfbde.

files:
M Modules/Setup

diff --git a/Modules/Setup b/Modules/Setup
index ef9cf80bbdb8eb..65c22d48ba0bb7 100644
--- a/Modules/Setup
+++ b/Modules/Setup
@@ -165,12 +165,12 @@ PYTHONPATH=$(COREPYTHONPATH)
 #pyexpat pyexpat.c
 
 # hashing builtins
-#_blake2 blake2module.c -I$(srcdir)/Modules/_hacl/include 
Modules/_hacl/libHacl_Hash_Blake2.a -D_BSD_SOURCE -D_DEFAULT_SOURCE
-#_md5 md5module.c -I$(srcdir)/Modules/_hacl/include 
Modules/_hacl/libHacl_Hash_MD5.a -D_BSD_SOURCE -D_DEFAULT_SOURCE
-#_sha1 sha1module.c -I$(srcdir)/Modules/_hacl/include 
Modules/_hacl/libHacl_Hash_SHA1.a -D_BSD_SOURCE -D_DEFAULT_SOURCE
-#_sha2 sha2module.c -I$(srcdir)/Modules/_hacl/include 
Modules/_hacl/libHacl_Hash_SHA2.a -D_BSD_SOURCE -D_DEFAULT_SOURCE
-#_sha3 sha3module.c -I$(srcdir)/Modules/_hacl/include 
Modules/_hacl/libHacl_Hash_SHA3.a -D_BSD_SOURCE -D_DEFAULT_SOURCE
-#_hmac hmacmodule.c -I$(srcdir)/Modules/_hacl/include 
Modules/_hacl/libHacl_HMAC.a -D_BSD_SOURCE -D_DEFAULT_SOURCE
+#_blake2 blake2module.c
+#_md5 md5module.c
+#_sha1 sha1module.c
+#_sha2 sha2module.c
+#_sha3 sha3module.c
+#_hmac hmacmodule.c
 
 # text encodings and unicode
 #_codecs_cn cjkcodecs/_codecs_cn.c

_______________________________________________
Python-checkins mailing list -- python-checkins@python.org
To unsubscribe send an email to python-checkins-le...@python.org
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: arch...@mail-archive.com

Reply via email to