You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move join to happen after semantic analysis to avoid crash due to
incomplete MRO in TypeInfo. The implementation uses a new semantic
analysis 'fixup' phase.
Fixes#3319.
Move join to happen after semantic analysis to avoid crash due to
incomplete MRO in TypeInfo. The implementation uses a new semantic
analysis 'patch' phase.
Fixes#3319. Fixes#2489. Fixes#3316.
This causes a crash because we take a join during the second pass of semantic analysis when MROs aren't populated yet:
Originally reported by @JelleZijlstra as #3315, but separated the crash with TypedDict into this new issue.
The text was updated successfully, but these errors were encountered: