◐ Shell
clean mode source ↗

bpo-28269: Replace strcasecmp with system function stricmp by gongminmin · Pull Request #13095 · python/cpython

@gongminmin

@blurb-it

@gongminmin

BoboTiG

Co-Authored-By: Mickaël Schoentgen <contact@tiger-222.fr>

serhiy-storchaka

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Jul 13, 2019
…H-13095)

(cherry picked from commit 05f2d84)

Co-authored-by: Minmin Gong <gongminmin@msn.com>

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Jul 13, 2019
…H-13095)

(cherry picked from commit 05f2d84)

Co-authored-by: Minmin Gong <gongminmin@msn.com>

miss-islington added a commit that referenced this pull request

Aug 24, 2019
(cherry picked from commit 05f2d84)

Co-authored-by: Minmin Gong <gongminmin@msn.com>

lisroach pushed a commit to lisroach/cpython that referenced this pull request

Sep 10, 2019

DinoV pushed a commit to DinoV/cpython that referenced this pull request

Jan 14, 2020

jcfr added a commit to python-cmake-buildsystem/cpython that referenced this pull request

Jan 18, 2022
This commit integrates changes originally added to the project
as python-cmake-buildsystem/python-cmake-buildsystem@18d49757e (Mingw32 support, and add cmake
options for disabling)

Note that in  more recent version of Python, this patch is obsoleted
by the following commits:

  See python/cpython@589f89e2a (introduced in 3.3)
      Removed a Windows 9x trick used before LoadLibraryExW.
      Windows 9x has long been unsupported and the result of GetFullPathName was not even
      being used in the first place.

  See python/cpython@05f2d84ca (introduced in 3.9)
      bpo-28269: Replace strcasecmp with system function _stricmp. (pythonGH-13095)

Co-authored-by: David Sansome <me@davidsansome.com>

jcfr added a commit to python-cmake-buildsystem/cpython that referenced this pull request

Jan 18, 2022
This commit integrates changes originally added to the project
as python-cmake-buildsystem/python-cmake-buildsystem@18d49757e (Mingw32 support, and add cmake
options for disabling)

Note that in  more recent version of Python, this patch is obsoleted
by the following commits:

  See python/cpython@589f89e2a (introduced in 3.3)
      Removed a Windows 9x trick used before LoadLibraryExW.
      Windows 9x has long been unsupported and the result of GetFullPathName was not even
      being used in the first place.

  See python/cpython@05f2d84ca (introduced in 3.9)
      bpo-28269: Replace strcasecmp with system function _stricmp. (pythonGH-13095)

Co-authored-by: David Sansome <me@davidsansome.com>

jcfr added a commit to python-cmake-buildsystem/cpython that referenced this pull request

Jan 18, 2022
This commit integrates changes originally added to the project
as python-cmake-buildsystem/python-cmake-buildsystem@18d49757e (Mingw32 support, and add cmake
options for disabling)

Note that in  more recent version of Python, this patch is obsoleted
by the following commits:

  See python/cpython@589f89e2a (introduced in 3.3)
      Removed a Windows 9x trick used before LoadLibraryExW.
      Windows 9x has long been unsupported and the result of GetFullPathName was not even
      being used in the first place.

  See python/cpython@05f2d84ca (introduced in 3.9)
      bpo-28269: Replace strcasecmp with system function _stricmp. (pythonGH-13095)

Co-authored-by: David Sansome <me@davidsansome.com>

jcfr added a commit to python-cmake-buildsystem/cpython that referenced this pull request

Jan 18, 2022
This commit integrates changes originally added to the project
as python-cmake-buildsystem/python-cmake-buildsystem@18d49757e (Mingw32 support, and add cmake
options for disabling)

Note that in  more recent version of Python, this patch is obsoleted
by the following commits:

  See python/cpython@589f89e2a (introduced in 3.3)
      Removed a Windows 9x trick used before LoadLibraryExW.
      Windows 9x has long been unsupported and the result of GetFullPathName was not even
      being used in the first place.

  See python/cpython@05f2d84ca (introduced in 3.9)
      bpo-28269: Replace strcasecmp with system function _stricmp. (pythonGH-13095)

Co-authored-by: David Sansome <me@davidsansome.com>