v3.4.2 #92
duriantaco
announced in
Announcements
v3.4.2
#92
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
[3.4.2] - 2026-02-22
Added
getattr(module, f"prefix_{var}")registers f-string patterns and marks matching functions as usedglobals()[f"prefix_{var}"]f-string subscript detection__init_subclass__registry pattern are now marked as implicitly usedbase_classesfield onDefinitionfor tracking class inheritance chainsFixed
pattern_tracker.pattern_refs.append(). Was not compiling regex patterns, so f-string pattern matching was silently breakinggetattr/globals(). Calls were ignored because only pre-assigned variable names were checkedgetattr/globals()with f-string) now auto-marked as used__init_subclass__base type now recognized as registry consumers and marked as useddef_obj.confidencebefore returningThis discussion was created from the release v3.4.2.
All reactions