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 ccea600 commit def9494Copy full SHA for def9494
InternalDocs/qsbr.md
@@ -39,7 +39,7 @@ mechanism to determine when it is safe to free the list's old backing array.
39
40
Specific use cases for QSBR include:
41
42
-* Dictionary keys (PyDictKeysObject) and list arrays (ob_item): When a
+* Dictionary keys (PyDictKeysObject) and list arrays (_PyListArray): When a
43
dictionary or list that may be shared between threads is resized, we use QSBR
44
to delay freeing the old keys or array until it's safe. For dicts and lists
45
that are not shared, their storage can be freed immediately upon resize.
0 commit comments