Thanks to visit codestin.com Credit goes to github.com
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 0fc5b27 commit 7cba5fdCopy full SHA for 7cba5fd
1 file changed
Objects/obmalloc.c
@@ -1702,7 +1702,7 @@ pool_is_in_list(const poolp target, poolp list)
1702
p[0: S]
1703
Number of bytes originally asked for. This is a size_t, big-endian (easier
1704
to read in a memory dump).
1705
-p[S}
+p[S]
1706
API ID. See PEP 445. This is a character, but seems undocumented.
1707
p[S+1: 2*S]
1708
Copies of FORBIDDENBYTE. Used to catch under- writes and reads.
0 commit comments