]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43030: Fixed a compiler warning in Py_UNICODE_ISSPACE with signed wchar_t (GH...
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 31 Jan 2021 13:55:13 +0000 (15:55 +0200)
committerGitHub <noreply@github.com>
Sun, 31 Jan 2021 13:55:13 +0000 (15:55 +0200)
commit42b1806af90b86ec393ca7da14e99ce95ec6c53b
tree8207a42275dde575bd529a07304ccda2370de2d4
parent89294e30fffe6b86c44247cbde39cc965d01d555
bpo-43030: Fixed a compiler warning in Py_UNICODE_ISSPACE with signed wchar_t (GH-24350)
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]