Avatar for the python-attrs user
python-attrs
attrs
BlogDocsChangelog

Performance History

Latest Results

Fix kw_only=True not being overridable by per-attribute kw_only=False When a class is decorated with @attr.s(kw_only=True), attributes with explicit kw_only=False should remain positional. However, the FORCE path unconditionally sets kw_only=True on all attributes. This fix checks each attribute's kw_only value: if it's explicitly set to False by the user, respect that. Otherwise, force kw_only=True. Fixes #481
ShiLiguo123:fix-kw-only-override
3 days ago
Add docstrings to test_import.py for interrogate coverage
KRRT7:perf/defer-inspect-import
5 days ago
Add codeflash configuration
KRRT7:perf/defer-inspect-import
5 days ago
Merge branch 'main' into perf/defer-inspect-import
KRRT7:perf/defer-inspect-import
5 days ago
updated
uwezkhan:fix/validate-init-aliases
5 days ago
updated
uwezkhan:fix/init-alias-validation
5 days ago

Latest Branches

CodSpeed Performance Gauge
0%
Fix kw_only=True not being overridable by per-attribute kw_only=False#1558
3 days ago
43fef8c
ShiLiguo123:fix-kw-only-override
CodSpeed Performance Gauge
0%
Defer inspect import to reduce import time by ~25%#1547
5 days ago
55c7795
KRRT7:perf/defer-inspect-import
CodSpeed Performance Gauge
0%
5 days ago
118ff3e
uwezkhan:fix/validate-init-aliases
© 2026 CodSpeed Technology
Home Terms Privacy Docs