LeshengJin opened a new pull request, #15189:
URL: https://github.com/apache/tvm/pull/15189

   As we discussed in 
https://discuss.tvm.apache.org/t/recursive-visiting-in-pyexprmutator/15224, 
   
   It will run into an infinite recursion if we call the super() visit function 
in PyExprVisitor and PyExprMutator.
   
   ```python
   super().visit_binding_block_()
   super().visit_dataflow_block_()
   super().visit_var_def_()
   super().visit_dataflow_var_def_()
   ```
   
   This PR fixes the behavior.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to