Python: Add change note

This commit is contained in:
Taus
2026-03-05 16:59:27 +00:00
parent fa61f6f3df
commit 66ca10c338

View File

@@ -0,0 +1,5 @@
---
category: minorAnalysis
---
- The call graph resolution no longer considers methods marked using [`@typing.overload`](https://typing.python.org/en/latest/spec/overload.html#overloads) as valid targets. This ensures that only the method that contains the actual implementation gets resolved as a target.