]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-145092: Fix compiler warning for memchr() and wcschr() returning const...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 22 Feb 2026 08:28:24 +0000 (09:28 +0100)
committerGitHub <noreply@github.com>
Sun, 22 Feb 2026 08:28:24 +0000 (08:28 +0000)
commit22af3d51041ea60a4e6ea2b4e62d2aa75634b57a
treea998dd56662fc24caaf288aa49cb32cc5d7b5c1d
parent0038b58ac912ba45cd96b3bd413dce4da15ceefe
[3.13] gh-145092: Fix compiler warning for memchr() and wcschr() returning const pointer (GH-145093) (GH-145101)

(cherry picked from commit faea32b729e132172d39d54517822e772ad0017a)

Co-authored-by: Rudi Heitbaum <rudi@heitbaum.com>
Objects/stringlib/fastsearch.h
Python/preconfig.c