◐ Shell
clean mode source ↗

gh-64376: Use Argument Clinic for datetime.date classmethods by hauntsaninja · Pull Request #20208 · python/cpython

added 4 commits

May 18, 2020 23:02
Note that this will now throw OverflowError instead of ValueError when
using the C version of datetime. There is precedent for this, e.g.,
datetime.date.fromordinal will throw an OverflowError with the C module
but ValueError with the Python.

@blurb-it

taleinat

Co-authored-by: Tal Einat <532281+taleinat@users.noreply.github.com>

taleinat

hauntsaninja added 3 commits

January 21, 2022 01:13

hauntsaninja

taleinat

@arhadthedev arhadthedev changed the title bpo-20177: Use Argument Clinic for datetime.date classmethods gh-64376: Use Argument Clinic for datetime.date classmethods

Apr 19, 2023