Clément Pit-Claudel writes: > Here's a reliable repro: > > def f(): > " > > def g(): > """That's a docstring""" > return '' It can be reduced a bit: