Skip to content

Remove use of join during semantic analysis #3320

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 4, 2017
Merged

Conversation

JukkaL
Copy link
Collaborator

@JukkaL JukkaL commented May 4, 2017

MROs may not be populated yet, so the join may crash when we have
a forward reference within a named tuple. See #3316 for additional
context. Fixes #3315.

MROs may not be populated yet, so the join may crash. See #3316
for additional context. Fixes #3315.
@JukkaL
Copy link
Collaborator Author

JukkaL commented May 4, 2017

@ilevkivskyi I'm thinking about using this fix for the release, as this should be low-risk, though this introduces a hole in the system. If you have a better fix by the end of the day I may consider it instead if it seems straightforward enough. Otherwise, we can land a better fix after the release.

@JelleZijlstra
Copy link
Member

Confirmed that this fixes my crash.

@JukkaL JukkaL merged commit 2be1aa1 into master May 4, 2017
@gvanrossum gvanrossum deleted the remove-semanal-join branch May 9, 2017 19:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants