Skip to content

Commit d3728dd

Browse files
authored
gh-110014: Fix bootstrap_hash.c: remove debug code (#110161)
Oops, I commited debug code by mistake, sorry about that.
1 parent c815210 commit d3728dd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Python/bootstrap_hash.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
#include "pycore_pylifecycle.h" // _PyOS_URandomNonblock()
55
#include "pycore_runtime.h" // _PyRuntime
66

7-
#undef HAVE_GETRANDOM
8-
#undef HAVE_GETENTROPY
9-
107
#ifdef HAVE_UNISTD_H
118
# include <unistd.h> // close()
129
#endif

0 commit comments

Comments
 (0)