]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] 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 08:02:44 +0000 (09:02 +0100)
committerGitHub <noreply@github.com>
Sat, 20 Dec 2025 08:02:44 +0000 (08:02 +0000)
commit586047a8d8c6839d30a0c25b6c82ff949f67de74
tree0f483245c28833ad23bb701956c428609e1eaaab
parentdcbde6b7927179a1900d999bf3fcad03b6040ec1
[3.14] gh-143012: use `Py_ssize_t` cast for `PyBytes_FromStringAndSize` (GH-143013) (#143014)

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