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 41f0b78 commit 3fe7fa3Copy full SHA for 3fe7fa3
1 file changed
Misc/NEWS.d/next/Core and Builtins/2019-03-11-22-30-56.bpo-30040.W9z8X7.rst
@@ -1,2 +1,3 @@
1
New empty dict uses fewer memory for now. It used more memory than empty
2
-dict created by ``dict.clear()``. Patch by Inada Naoki.
+dict created by ``dict.clear()``. And empty dict creation and deletion
3
+is about 2x faster. Patch by Inada Naoki.
0 commit comments