]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43030: Fixed a compiler warning in Py_UNICODE_ISSPACE with signed wchar_t (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 31 Jan 2021 14:20:14 +0000 (06:20 -0800)
committerGitHub <noreply@github.com>
Sun, 31 Jan 2021 14:20:14 +0000 (06:20 -0800)
commit995a6c015024f050b99ba8f9837dfc6b82d83f7d
treeddd5433b5044799c43ef86e335f503050b78887b
parent926ca51be4b9b80c41a647bbc2fb9c40ff108ff0
bpo-43030: Fixed a compiler warning in Py_UNICODE_ISSPACE with signed wchar_t (GH-24350)

(cherry picked from commit 42b1806af90b86ec393ca7da14e99ce95ec6c53b)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Include/cpython/unicodeobject.h
Misc/NEWS.d/next/C API/2021-01-27-10-27-47.bpo-43030.loDcD_.rst [new file with mode: 0644]