]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-133073: avoid `NULL + 0` arithmetic in `list_extend_*` functions (#133074)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Mon, 28 Apr 2025 13:59:09 +0000 (15:59 +0200)
committerGitHub <noreply@github.com>
Mon, 28 Apr 2025 13:59:09 +0000 (15:59 +0200)
commita99bfaa53cbbb2ebd35bd94237a11bfaefe32665
treea3f7cd99a18f7e41e20e8fc49c38055d1ebc394a
parent4ebbfcf30e0e2d87ff6036d4d1de0f6f0ef7c46a
gh-133073: avoid `NULL + 0` arithmetic in `list_extend_*` functions (#133074)
Objects/listobject.c