Avatar for the reflex-dev user
reflex-dev
reflex
BlogDocsChangelog

Performance History

Latest Results

fix(state): preserve source function __dict__ and kwdefaults in _copy_fn (ENG-9859) When the State metaclass pulls a computed-var getter or event handler in from a mixin, _copy_fn rebuilds the function via FunctionType, which drops the function's __dict__. Previously it hand-copied only the background-task and event-actions markers back on, silently losing any other attribute a framework or downstream user set on the getter/handler. Copy the full __dict__ onto the copy, which subsumes the per-marker copies and lets arbitrary markers (e.g. Reflex Enterprise's _auth tag) survive mixin inheritance. Also carry __kwdefaults__, which FunctionType likewise drops — without it a mixin handler with a keyword-only default raised TypeError when called through the subclass.
FarhanAliRaza:farhan/eng-9859-basestate_copy_fn-should-preserve-the-source-functions
1 hour ago
thanks codex!
benedikt-bartscher:close-redis-token-manager
1 hour ago
add news fragment.
benedikt-bartscher:close-redis-token-manager
2 hours ago
thanks greptile
benedikt-bartscher:close-redis-token-manager
2 hours ago
fix: properly cleanup resources like redis and background tasks
benedikt-bartscher:close-redis-token-manager
2 hours ago
some typing nits
benedikt-bartscher:port-typing-fixes
16 hours ago
add news fragment
masenf/default-color-mode
1 day ago

Latest Branches

CodSpeed Performance Gauge
0%
ENG-9859 fix(state): preserve source function __dict__ and kwdefaults in _copy…#6725
1 hour ago
9453a71
FarhanAliRaza:farhan/eng-9859-basestate_copy_fn-should-preserve-the-source-functions
CodSpeed Performance Gauge
0%
1 hour ago
b2eb963
benedikt-bartscher:close-redis-token-manager
CodSpeed Performance Gauge
0%
3 hours ago
db24551
FarhanAliRaza:improve-lighhouse-score
© 2026 CodSpeed Technology
Home Terms Privacy Docs