summaryrefslogtreecommitdiff
path: root/Python/pystrhex.c
Commit message (Collapse)AuthorAgeFilesLines
* bpo-32150: Expand tabs to spaces in C files. (#4583)Serhiy Storchaka2017-11-281-6/+6
|
* Silence a gcc "may be used uninitialized" compiler warning. Not true.Gregory P. Smith2015-04-251-0/+1
| | | | Initializing retval prevents the naive warning.
* Add missing PyAPI_FUNC macro's to the public functions as other .c files doGregory P. Smith2015-04-261-2/+2
| | | | | in hopes that this fixes the windows extension module link error for modules trying to call _Py_strhex functions. issue9951.
* Add the files missing from c9f1630cf2b1 for issue9951.Gregory P. Smith2015-04-261-0/+60
hg status should be my friend more often...