[issue24965] Implement PEP 498: Literal String Formatting

Eric V. Smith report at bugs.python.org
Thu Sep 10 23:13:05 CEST 2015


Eric V. Smith added the comment:

This version does dynamic allocation for the expression list, and fixes some memory leaks and early decrefs.

I think it's complete, but I'll take some more passes through it checking for leaks.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24965>
_______________________________________


More information about the Python-bugs-list mailing list