]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add missing PyAPI_FUNC macro's to the public functions as other .c files do
authorGregory P. Smith <greg@krypto.org>
Sun, 26 Apr 2015 04:59:52 +0000 (04:59 +0000)
committerGregory P. Smith <greg@krypto.org>
Sun, 26 Apr 2015 04:59:52 +0000 (04:59 +0000)
commit5d0ccd2f91965228921663032256eb165c9c2680
tree0f86c93ff24cd745b4ba843f256dc41aff3f9ff7
parent9c6b916662f34e7dfce847b66d55309e2ae0caae
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.
Python/pystrhex.c