]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-143012: use `Py_ssize_t` cast for `PyBytes_FromStringAndSize` (GH-143013...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 20 Dec 2025 07:59:55 +0000 (08:59 +0100)
committerGitHub <noreply@github.com>
Sat, 20 Dec 2025 07:59:55 +0000 (07:59 +0000)
commit98d97d76a87e15209ddebbca38a6d2ee16578d92
tree86948f47ac536ee480c39ed8a6507ed8f29d377a
parent4b8c9f5a7b89fbdbee9caa07f5cdf3ae9bbec9ba
[3.13] gh-143012: use `Py_ssize_t` cast for `PyBytes_FromStringAndSize` (GH-143013) (#143015)

gh-143012: use `Py_ssize_t` cast for `PyBytes_FromStringAndSize` (GH-143013)
(cherry picked from commit 5989095dfd08735525f2b615066bc3c231b09388)

Co-authored-by: AZero13 <gfunni234@gmail.com>
Modules/posixmodule.c