]> granicus.if.org Git - python/commit
bpo-28269: Replace strcasecmp with system function _stricmp. (GH-13095)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 24 Aug 2019 10:22:14 +0000 (03:22 -0700)
committerGitHub <noreply@github.com>
Sat, 24 Aug 2019 10:22:14 +0000 (03:22 -0700)
commit920ec4b7763d64b3742d7ddd339ad11cdbec62e9
tree68b7082b655193ded0f781226ef1959b804d674f
parent076d0b9f5def35aeb0f8e8aadf658dc35aace81d
bpo-28269: Replace strcasecmp with system function _stricmp. (GH-13095)

(cherry picked from commit 05f2d84cae4ba1ff15b7a1d0347305393f4bdcc5)

Co-authored-by: Minmin Gong <gongminmin@msn.com>
Misc/NEWS.d/next/Windows/2019-05-05-05-23-34.bpo-28269.-MOHI7.rst [new file with mode: 0644]
Python/dynload_win.c