### Bug description ```python def a(): return 1, 2, 3 if a(): BBB = a() else: BBB = 500 ``` ### Configuration ```ini ``` ### Command used ```shell pylint a.py ``` ### Pylint output ```python invalid-name ``` ### Expected behavior Thanks @nmlorg for the report ### Pylint version ```shell main ``` ### OS / Environment _No response_ ### Additional dependencies ```python ```