]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-149083: Convert `_initial_missing` for pure py `reduce` to `sentinel` (#149536)
authorsobolevn <mail@sobolevn.me>
Sat, 9 May 2026 07:55:09 +0000 (10:55 +0300)
committerGitHub <noreply@github.com>
Sat, 9 May 2026 07:55:09 +0000 (10:55 +0300)
commitbc8cf07d8dbb4341955dc85d9b2bf273ec5852c7
tree51e8c1284a610778589454169daecdeea7a34af0
parent354ef336e4cd48cf0c02bc9a0c642adf5d543184
gh-149083: Convert `_initial_missing` for pure py `reduce` to `sentinel` (#149536)
Lib/functools.py