Emoji-induced RecursionError #3952
Labels
Astroid
Related to astroid
Bug 🪲
Crash 💥
A bug that makes pylint crash
Needs reproduction 🔍
Need a way to reproduce it locally on a maintainer's machine
Steps to reproduce
Run
pylint
on the snippet below which performs several emoji substitutions.Commenting various lines out, I thought the hippos were to blame. Yet, if I actually remove everything but the hippos,
pylint
runs just fine. I couldn't isolate the problem; maybe it's the number of substitutions?Current behavior
pylint
crashes withRecursionError: maximum recursion depth exceeded
Expected behavior
pylint
works just fine.pylint --version output
The text was updated successfully, but these errors were encountered: