]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-88473: Implement fast path in date.today() for date types (#130980)
authorStan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Tue, 16 Sep 2025 09:28:54 +0000 (10:28 +0100)
committerGitHub <noreply@github.com>
Tue, 16 Sep 2025 09:28:54 +0000 (10:28 +0100)
commitfc3e22a06c9b7c93ee379b5554a40a275745e15f
treef22af71714214c9591638ac811c754ff2cf53e89
parentd61dda52bac93927829f853c952485e2b0c42899
gh-88473: Implement fast path in date.today() for date types (#130980)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Misc/NEWS.d/next/Library/2025-03-08-17-07-00.gh-issue-88473.qg23g8.rst [new file with mode: 0644]
Modules/_datetimemodule.c