Open
Description
Steps to reproduce
- mv regopcodes.txt regopcodes.py
- pylint regopcodes.py
Current behavior
Infinite loop when it encounters the expression op >= opcode.HAVE_ARGUMENT
Expected behavior
No infinite loop
Output of pylint --version:
pylint 2.4.4
astroid 2.3.3
Python 3.8.1 (default, Jan 8 2020, 22:29:32)
[GCC 7.3.0]