]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-145092: Fix compiler warning for memchr() and wcschr() returning const pointer...
authorRudi Heitbaum <rudi@heitbaum.com>
Sun, 22 Feb 2026 08:01:27 +0000 (19:01 +1100)
committerGitHub <noreply@github.com>
Sun, 22 Feb 2026 08:01:27 +0000 (10:01 +0200)
commitfaea32b729e132172d39d54517822e772ad0017a
treedf79b1f83d4bf422bbc4f4ac5d6bc20afbe4b1f5
parent2be2dd5fc219a5c252d72f351c85db14314bfca5
gh-145092: Fix compiler warning for memchr() and wcschr() returning const pointer (GH-145093)
Objects/stringlib/fastsearch.h
Python/preconfig.c