gh-110014: Fix bootstrap_hash.c: remove debug code (#110161)
https://github.com/python/cpython/commit/d3728ddc572fff7ffcc95301bf5265717db... commit: d3728ddc572fff7ffcc95301bf5265717dbaf476 branch: main author: Victor Stinner <vstinner@python.org> committer: vstinner <vstinner@python.org> date: 2023-09-30T22:21:20Z summary: gh-110014: Fix bootstrap_hash.c: remove debug code (#110161) Oops, I commited debug code by mistake, sorry about that. files: M Python/bootstrap_hash.c diff --git a/Python/bootstrap_hash.c b/Python/bootstrap_hash.c index 86a16916304ca..92f2301a012c0 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 <unistd.h> // close() #endif
participants (1)
-
vstinner