Skip to content

Commit

Permalink
pythongh-110014: Fix bootstrap_hash.c: remove debug code (python#110161)
Browse files Browse the repository at this point in the history
Oops, I commited debug code by mistake, sorry about that.
  • Loading branch information
vstinner authored and Glyphack committed Jan 27, 2024
1 parent 7662bfc commit 4565ba4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Python/bootstrap_hash.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4565ba4

Please sign in to comment.