we-like-parsers / cpython

Here we work on integrating pegen into CPython; use branch 'pegen'
https://github.com/gvanrossum/pegen
Other
1 stars 0 forks source link

pegen: fix memory leak in deal_with_gstring2 #147

Closed FFY00 closed 3 years ago

FFY00 commented 3 years ago

Signed-off-by: Filipe Laíns lains@riseup.net

pablogsal commented 3 years ago

Thanks a lot! Good catch. In any case, all this code will have to go soon because needs to restore the old behaviour. This was here mainly for the prototype (currently all strings are f-strings :) ).