python-attrs / attrs

Python Classes Without Boilerplate
https://www.attrs.org/
MIT License
5.3k stars 374 forks source link

refactor: Only loop once on "cached_properties" when building slotted classes #1290

Closed dlax closed 4 months ago

dlax commented 5 months ago

Summary

This is a simple refactoring while working on #1288: previously the cached_properties dict was read three times.

Pull Request Check List