RustPython / Parser

MIT License
66 stars 24 forks source link

Incorrect f-string parsing #112

Closed yt2b closed 5 months ago

yt2b commented 5 months ago

88

I've fixed to parse escaped brackets correctly.

youknowone commented 5 months ago

Thank you. Could you also open a PR to RustPython/RustPython using this PR to ensure it doesn't break RustPython build?

yt2b commented 5 months ago

I've opened PR to ensure that RustPython builds don't fail. CI has passed. https://github.com/RustPython/RustPython/pull/5153