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 e9088e5 commit c1ee62eCopy full SHA for c1ee62e
Modules/fcntlmodule.c
@@ -24,8 +24,7 @@
24
25
#define GUARDSZ 16
26
// NUL followed by random bytes.
27
-static const char guard[GUARDSZ] = "\x00\xfa\x69\xc4\x67\xa3\x6c\x58"
28
- "\x06\x41\x8c\x77\x54\xd6\x51\x6b";
+static const char guard[GUARDSZ] = "\x00\xfa\x69\xc4\x67\xa3\x6c\x58";
29
30
/*[clinic input]
31
module fcntl
0 commit comments