From 5876d8fd72fc4034f84d79dcd918715bb3fb8407 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Sat, 30 Sep 2023 23:52:29 +0200 Subject: [PATCH] gh-110014: Fix bootstrap_hash.h: remove debug code Oops, I commited debug code by mistake, sorry about that. --- Python/bootstrap_hash.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/Python/bootstrap_hash.c b/Python/bootstrap_hash.c index 86a16916304cab..92f2301a012c0a 100644 --- a/Python/bootstrap_hash.c +++ b/Python/bootstrap_hash.c @@ -4,9 +4,6 @@ #include "pycore_pylifecycle.h" // _PyOS_URandomNonblock() #include "pycore_runtime.h" // _PyRuntime -#undef HAVE_GETRANDOM -#undef HAVE_GETENTROPY - #ifdef HAVE_UNISTD_H # include // close() #endif