aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2020-05-15 23:54:53 +0200
committerGitHub <noreply@github.com>2020-05-15 14:54:53 -0700
commit9b60e55db2897acc30d6b9ef1dbc49674eed40c7 (patch)
tree7b664911353173da34a6eced7e7fb9a5750fa5b8 /pyconfig.h.in
parentbpo-40445: Update compileall.compile_dir docs (GH-19806) (diff)
downloadcpython-9b60e55db2897acc30d6b9ef1dbc49674eed40c7.tar.gz
cpython-9b60e55db2897acc30d6b9ef1dbc49674eed40c7.tar.bz2
cpython-9b60e55db2897acc30d6b9ef1dbc49674eed40c7.zip
bpo-40637: Add option to disable builtin hashes (GH-20121)
Signed-off-by: Christian Heimes <christian@python.org> Automerge-Triggered-By: @tiran
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index c06c495872..bc906a869b 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -1385,6 +1385,9 @@
/* Define as the preferred size in bits of long digits */
#undef PYLONG_BITS_IN_DIGIT
+/* enabled builtin hash modules */
+#undef PY_BUILTIN_HASHLIB_HASHES
+
/* Define if you want to coerce the C locale to a UTF-8 based locale */
#undef PY_COERCE_C_LOCALE