summary refs log tree commit diff
path: root/changelog.d/8296.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use slots in attrs classes where possible (#8296)Patrick Cloke2020-09-141-0/+1
slots use less memory (and attribute access is faster) while slightly limiting the flexibility of the class attributes. This focuses on objects which are instantiated "often" and for short periods of time.