From: Victor Stinner Date: Sat, 30 Sep 2023 22:21:20 +0000 (+0200) Subject: gh-110014: Fix bootstrap_hash.c: remove debug code (#110161) X-Git-Tag: v3.13.0a1~203 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d3728ddc572fff7ffcc95301bf5265717dbaf476;p=thirdparty%2FPython%2Fcpython.git gh-110014: Fix bootstrap_hash.c: remove debug code (#110161) Oops, I commited debug code by mistake, sorry about that. --- diff --git a/Python/bootstrap_hash.c b/Python/bootstrap_hash.c index 86a16916304c..92f2301a012c 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