mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
3 lines
167 B
ReStructuredText
3 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.
|