bpo-36782: Created C API wrappers and added missing tests for functions in the PyDateTimeAPI. by edison12a · Pull Request #13088 · python/cpython

@blurb-it

pganssle

SimiCode added 2 commits

May 5, 2019 00:35

pganssle

SimiCode and others added 2 commits

May 5, 2019 00:40

@edison12a

pganssle

matrixise

SimiCode added 2 commits

May 6, 2019 18:10

matrixise

pganssle

@edison12a

pganssle

change all the int macro = 0 to int macro; now that macro is required

Co-Authored-By: Paul Ganssle <pganssle@users.noreply.github.com>
change all the `int macro = 0` to `int macro`; now that macro is required

Co-Authored-By: Paul Ganssle <pganssle@users.noreply.github.com>
change all the `int macro = 0` to `int macro`; now that macro is required

Co-Authored-By: Paul Ganssle <pganssle@users.noreply.github.com>
change all the `int macro = 0` to `int macro`; now that macro is required

Co-Authored-By: Paul Ganssle <pganssle@users.noreply.github.com>
change all the `int macro = 0` to `int macro`; now that macro is required

Co-Authored-By: Paul Ganssle <pganssle@users.noreply.github.com>
change all the `int macro = 0` to `int macro`; now that macro is required

Co-Authored-By: Paul Ganssle <pganssle@users.noreply.github.com>

matrixise

pganssle

vstinner