History log of /external/python/cpython3/Python/pystrhex.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f789465eed2d9127fb60baad6f19f18714a604cc 26-Apr-2015 Gregory P. Smith <greg@krypto.org> Silence a gcc "may be used uninitialized" compiler warning. Not true.
Initializing retval prevents the naive warning.
/external/python/cpython3/Python/pystrhex.c
5d0ccd2f91965228921663032256eb165c9c2680 26-Apr-2015 Gregory P. Smith <greg@krypto.org> Add missing PyAPI_FUNC macro's to the public functions as other .c files do
in hopes that this fixes the windows extension module link error for modules
trying to call _Py_strhex functions. issue9951.
/external/python/cpython3/Python/pystrhex.c
e3f6393b52b513036e9d3145a4e3802e77d5e3b1 26-Apr-2015 Gregory P. Smith <greg@krypto.org> Add the files missing from c9f1630cf2b1 for issue9951.

hg status should be my friend more often...
/external/python/cpython3/Python/pystrhex.c