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 62a3a59 commit 7978220Copy full SHA for 7978220
1 file changed
Misc/NEWS.d/next/Core and Builtins/2021-10-08-09-47-38.bpo-45340.ukHgDb.rst
@@ -0,0 +1,3 @@
1
+Object attributes are held in an array instead of a dictionary. An object's
2
+dictionary are created lazily, only when needed. Reduces the memory
3
+consumption of a typical Python object by about 30%. Patch by Mark Shannon.
0 commit comments