We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9813d8 commit 7740c40Copy full SHA for 7740c40
1 file changed
Python/random.c
@@ -93,7 +93,7 @@ win32_urandom(unsigned char *buffer, Py_ssize_t size, int raise)
93
return 0;
94
}
95
96
-/* Issue #25003: Don' use getentropy() on Solaris (available since
+/* Issue #25003: Don't use getentropy() on Solaris (available since
97
* Solaris 11.3), it is blocking whereas os.urandom() should not block. */
98
#elif defined(HAVE_GETENTROPY) && !defined(sun)
99
#define PY_GETENTROPY 1
0 commit comments