]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-131505: Move len boundary assertions before using len. (#131536)
authornaya451 <41294408+naya451@users.noreply.github.com>
Mon, 19 May 2025 15:10:23 +0000 (18:10 +0300)
committerGitHub <noreply@github.com>
Mon, 19 May 2025 15:10:23 +0000 (08:10 -0700)
commitc45e661226558e997e265cf53ce1419213cc10b7
tree2fb53f918156e25ff018d2c23cf68bf34bf9f19e
parent3fa30d9e9c13c4b84bdc9fc04e33130775679e98
gh-131505: Move len boundary assertions before using len. (#131536)

Move len boundary assertions before using len.
Modules/_io/bytesio.c