[issue36833] Add tests for Datetime C API Macros

2019-08-29 Thread STINNER Victor
STINNER Victor added the comment: New changeset 2c5fb1711818926862d0d7b2e5effcaa5a5eb002 by Victor Stinner (Joannah Nanjekye) in branch 'master': bpo-36833: Add tests for Datetime C API Macros (GH-14842) https://github.com/python/cpython/commit/2c5fb1711818926862d0d7b2e5effcaa5a5eb002 -

[issue36833] Add tests for Datetime C API Macros

2019-08-29 Thread STINNER Victor
STINNER Victor added the comment: Thanks Joannah Nanjekye, well done ;-) -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue36833] Add tests for Datetime C API Macros

2019-07-18 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- keywords: +patch pull_requests: +14633 stage: -> patch review pull_request: https://github.com/python/cpython/pull/14842 ___ Python tracker ___

[issue36833] Add tests for Datetime C API Macros

2019-07-18 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- nosy: +nanjekyejoannah versions: +Python 3.9 ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue36833] Add tests for Datetime C API Macros

2019-05-11 Thread Edison Abahurire
Edison Abahurire added the comment: I'm now working on this as pbo-36782 awaits merging. -- nosy: +anthony shaw ___ Python tracker ___

[issue36833] Add tests for Datetime C API Macros

2019-05-07 Thread Paul Ganssle
New submission from Paul Ganssle : This is a child issue for bpo 36782, specifically for testing the macro-only datetime C API functions Untested macros with no corresponding API module: - PyDateTime_GET_YEAR - PyDateTime_GET_MONTH - PyDateTime_GET_DAY - PyDateTime_DATE_GET_HOUR - PyDateTime_