blob: 0975dba1f37e4d5c8912f2c70ea28507511ed404 [file] [log] [blame]
New empty dict uses fewer memory for now. It used more memory than empty
dict created by ``dict.clear()``. And empty dict creation and deletion
is about 2x faster. Patch by Inada Naoki.