python-attrs
attrs
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Update changelog.d/1592.change.md Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua>
vladfedoriuk:1437-on-setattr-as-generator
24 hours ago
fix: detect ClassVar forward refs
wanxiankai:fix/classvar-forwardref
1 day ago
[pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci
vladfedoriuk:1437-on-setattr-as-generator
2 days ago
Make on_setattr hooks accept generators
vladfedoriuk:1437-on-setattr-as-generator
2 days ago
update dev (#1589)
main
9 days ago
update dev
update
9 days ago
[pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci
HrachShah:fix/evolve-accept-attr-name-when-alias-dif
12 days ago
Match filter attributes by identity instead of equality attrs.filters.include/exclude stored the passed Attribute instances in a frozenset and tested membership with `attribute in attrs`. Attribute equality ignores the owning class, so two identically-configured attributes on different classes compare equal - filtering by one class's attribute also matched the other class's. Keep the attributes in a tuple and match them by identity instead. Field-name strings still match by name across classes, which covers the cross-class use case. Fixes #864 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
PranavMishra28:filters-match-attribute-by-identity
13 days ago
Latest Branches
CodSpeed Performance Gauge
0%
Make on_setattr hooks accept generators
#1592
24 hours ago
731f8f6
vladfedoriuk:1437-on-setattr-as-generator
CodSpeed Performance Gauge
0%
Fix ClassVar forward reference detection
#1593
1 day ago
c74040f
wanxiankai:fix/classvar-forwardref
CodSpeed Performance Gauge
0%
update dev
#1589
9 days ago
50b6669
update
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs