mirror of
https://github.com/python/cpython.git
synced 2025-11-11 14:44:57 +00:00
gh-110014: Fix bootstrap_hash.c: remove debug code (#110161)
Oops, I commited debug code by mistake, sorry about that.
This commit is contained in:
parent
c81521020d
commit
d3728ddc57
1 changed files with 0 additions and 3 deletions
|
|
@ -4,9 +4,6 @@
|
||||||
#include "pycore_pylifecycle.h" // _PyOS_URandomNonblock()
|
#include "pycore_pylifecycle.h" // _PyOS_URandomNonblock()
|
||||||
#include "pycore_runtime.h" // _PyRuntime
|
#include "pycore_runtime.h" // _PyRuntime
|
||||||
|
|
||||||
#undef HAVE_GETRANDOM
|
|
||||||
#undef HAVE_GETENTROPY
|
|
||||||
|
|
||||||
#ifdef HAVE_UNISTD_H
|
#ifdef HAVE_UNISTD_H
|
||||||
# include <unistd.h> // close()
|
# include <unistd.h> // close()
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue