]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] 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:17 +0000 (09:28 +0100)
committerGitHub <noreply@github.com>
Sun, 22 Feb 2026 08:28:17 +0000 (08:28 +0000)
commit06b62430843a9f7c6f5a1447275e7e3d170302dd
tree6648d78ec995c0d1098cd3ed7392a1475b9bb410
parent1decc7ee20cf6dce61e07cd8463ed87c1eb5fcd7
[3.14] gh-145092: Fix compiler warning for memchr() and wcschr() returning const pointer (GH-145093) (GH-145102)

(cherry picked from commit faea32b729e132172d39d54517822e772ad0017a)

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