8000
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 ccaea52 commit 18fa272Copy full SHA for 18fa272
Objects/dictobject.c
@@ -39,7 +39,7 @@ Size of indices is dk_size. Type of each index in indices is vary on dk_size:
39
* int32 for 2**16 <= dk_size <= 2**31
40
* int64 for 2**32 <= dk_size
41
42
-dk_entries is array of PyDictKeyEntry. It's size is USABLE_FRACTION(dk_size).
+dk_entries is array of PyDictKeyEntry. Its size is USABLE_FRACTION(dk_size).
43
DK_ENTRIES(dk) can be used to get pointer to entries.
44
45
NOTE: Since negative value is used for DKIX_EMPTY and DKIX_DUMMY, type of
0 commit comments