Skip to content

Commit 7978220

Browse files
committed
Add NEWS
1 parent 62a3a59 commit 7978220

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)