Skip to content

Commit def9494

Browse files
Update InternalDocs/qsbr.md
Co-authored-by: Kumar Aditya <[email protected]>
1 parent ccea600 commit def9494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

InternalDocs/qsbr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ mechanism to determine when it is safe to free the list's old backing array.
3939

4040
Specific use cases for QSBR include:
4141

42-
* Dictionary keys (PyDictKeysObject) and list arrays (ob_item): When a
42+
* Dictionary keys (PyDictKeysObject) and list arrays (_PyListArray): When a
4343
dictionary or list that may be shared between threads is resized, we use QSBR
4444
to delay freeing the old keys or array until it's safe. For dicts and lists
4545
that are not shared, their storage can be freed immediately upon resize.

0 commit comments

Comments
 (0)