Skip to content

Commit 3fe7fa3

Browse files
authored
bpo-30040: update news entry (GH-12324)
This optimization is not only for space, but also for speed.
1 parent 41f0b78 commit 3fe7fa3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
New empty dict uses fewer memory for now. It used more memory than empty
2-
dict created by ``dict.clear()``. Patch by Inada Naoki.
2+
dict created by ``dict.clear()``. And empty dict creation and deletion
3+
is about 2x faster. Patch by Inada Naoki.

0 commit comments

Comments
 (0)