https://peps.python.org/pep-0701/, which will be in Python 3.12, adds support for several f-string variations that our current parser won't handle: ``` >>> f"{f"{"f"}"}" 'f' ``` We should support this new syntax, somehow. I don't know if this is doable with blib2to3.