Files
Mikhail Golubevandintellij-monorepo-bot 223a91c3ac PY-85030 When constructing a structural type, make sure attribute qualifiers refer to the original parameter on all paths
We already had protection against reassignment to a parameter name,
but it didn't take into account that we also skip conditional branches and loops
to collect only definitely accessed attributes of an object, so if reassignments
took place under conditions, even in every branch, they didn't prevent us
from collecting subsequently accessed attributes.

GitOrigin-RevId: d41b8f4c3dbce6643d915923172d32a8e4e6466c
2026-01-19 20:46:01 +00:00
..