cpython/Misc/NEWS.d/next/Core and Builtins/2022-08-15-12-41-14.gh-issu...

4 lines
167 B
ReStructuredText

Reduces the size of a "simple" Python object from 8 to 6 words by moving the
weakreflist pointer into the pre-header directly before the object's
dict/values pointer.