]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-137928: remove redundant size validation in multiprocessing.heap (GH-137929)
authorAlejandro Cabello Jiménez <33024690+acabelloj@users.noreply.github.com>
Wed, 12 Nov 2025 00:36:43 +0000 (01:36 +0100)
committerGitHub <noreply@github.com>
Wed, 12 Nov 2025 00:36:43 +0000 (00:36 +0000)
commitdf6676549cd67c7b83111c6fce7c546270604aa6
tree2cbd65e400c84bd00b5c1afb748bbf93cdb656e1
parent0e88be6f55f35ab045e57f9f869b893c15dcc099
gh-137928: remove redundant size validation in multiprocessing.heap (GH-137929)

remove redundant size check, malloc does it

---------

Co-authored-by: Gregory P. Smith <greg@krypto.org>
Lib/multiprocessing/heap.py