[issue22336] _tkinter should use Python PyMem_Malloc() instead of Tcl ckalloc()

STINNER Victor report at bugs.python.org
Thu Sep 4 17:51:51 CEST 2014


STINNER Victor added the comment:

>        PyMem_Free(FREECAST argv);

FREECAST can be dropped here, PyMem_Free() always takes a void* pointer.

----------

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


More information about the Python-bugs-list mailing list