]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue9951: update _hashopenssl and md5module to use _Py_strhex().
authorGregory P. Smith <greg@krypto.org>
Sat, 25 Apr 2015 23:42:38 +0000 (23:42 +0000)
committerGregory P. Smith <greg@krypto.org>
Sat, 25 Apr 2015 23:42:38 +0000 (23:42 +0000)
commit4dff6f6fa6bfdc14c570d0c6a63021640203e1a6
tree0748440dd4b6782350481e768aa3ec56b48426e3
parent8cb6569fe14ba8e57ab1a2bea68594747852a9d1
Issue9951: update _hashopenssl and md5module to use _Py_strhex().
Also update _posixsubprocess to use Py_hexdigits instead of its own constant.
Modules/_hashopenssl.c
Modules/_posixsubprocess.c
Modules/md5module.c