Batuhan Taskaya <isidenti...@gmail.com> added the comment:
> It looks like calls in function arguments are ignored. Please share a small, self-contained reproducer. >From what I can assume by this message, the problem is that you are not >calling self.generic_visit(node) on the first call you are handling. If you >don't call visit/generic_visit on the rood node that you are handling >(print(ord('A')), then it will never visit ord('A') in a standalone fashion. ---------- nosy: +BTaskaya _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue46719> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com