[issue25961] Disallow the null character in type name

Serhiy Storchaka report at bugs.python.org
Thu Dec 31 05:07:29 EST 2015


Serhiy Storchaka added the comment:

Thank you Florin. How could I miss this?

But your patch is not correct. It leads to double free and deallocating using non-initialized pointer. It also contains trailing spaces and incorrect indentation.

----------

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


More information about the Python-bugs-list mailing list