Hi, I tried using Sourcery to refactor some of the pandas code, and it suggested a refactoring which caused a RecursionError: ```diff - for i in range(len(self)): - yield self[i] + yield from self ``` See https://github.com/pandas-dev/pandas/pull/37581 Flagging this up in case it's useful to you