Minor optimization in __getstate__ to avoid a needless dict allocation
for objects that don't use slots, which are the vast majority of persistent objects.
Showing
Please register or sign in to comment
for objects that don't use slots, which are the vast majority of persistent objects.