python-attrs
attrs
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
fix: detect ClassVar forward refs
wanxiankai:fix/classvar-forwardref
8 hours 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
1 day ago
Make on_setattr hooks accept generators
vladfedoriuk:1437-on-setattr-as-generator
1 day ago
update dev (#1589)
main
8 days ago
update dev
update
8 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
11 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
12 days ago
[pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci
HrachShah:fix/slots-decorated-method-closure-recursive
12 days ago
Latest Branches
CodSpeed Performance Gauge
0%
Fix ClassVar forward reference detection
#1593
8 hours ago
c74040f
wanxiankai:fix/classvar-forwardref
CodSpeed Performance Gauge
0%
Make on_setattr hooks accept generators
#1592
1 day ago
b002d61
vladfedoriuk:1437-on-setattr-as-generator
CodSpeed Performance Gauge
0%
update dev
#1589
8 days ago
50b6669
update
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs