Skip to content
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

Fix super().visit_var_binding_ in PyExprVisitor and PyExprMutator #14754

Merged
merged 1 commit into from May 3, 2023

Conversation

jinhongyii
Copy link
Contributor

It will run into an infinite recursion if we call super().visit_var_binding_ in PyExprVisitor and PyExprMutator. This PR fixes the behavior.

cc: @tqchen @MasterJH5574

@tvm-bot
Copy link
Collaborator

tvm-bot commented May 3, 2023

Thanks for contributing to TVM! Please refer to the contributing guidelines https://tvm.apache.org/docs/contribute/ for useful information and tips. Please request code reviews from Reviewers by @-ing them in a comment.

  • No users to auto-tag found, no teams are specified in PR title See #10317 for details

Generated by tvm-bot

@tqchen tqchen merged commit 7a13d1e into apache:unity May 3, 2023
16 checks passed
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.

None yet

4 participants