]> granicus.if.org Git - python/commit
socket_gethostname() uses a wchar_t* with PyMem_Malloc() to avoid the
authorVictor Stinner <victor.stinner@haypocalc.com>
Thu, 17 Nov 2011 00:11:36 +0000 (01:11 +0100)
committerVictor Stinner <victor.stinner@haypocalc.com>
Thu, 17 Nov 2011 00:11:36 +0000 (01:11 +0100)
commit74168975cc9489e5f726d804cf51f36fd7e0a510
treeebf1305a0ba44aec5010ff2c0fdc1ab7939d8b8b
parentee587eaa3668c5903acd9e93d46f269a7511d1c9
socket_gethostname() uses a wchar_t* with PyMem_Malloc() to avoid the
old Unicode API.
Modules/socketmodule.c