bpo-35081: Remove Py_BUILD_CORE from datetime.h by vstinner · Pull Request #10238 · python/cpython

@vstinner

Datetime macros like PyDate_Check() are now reimplemented in
_datetimemodule.c, rather than having two implementations depending
on Py_BUILD_CORE in datetime.h.

These macros are not used outside _datetimemodule.c.

@vstinner

pganssle

serhiy-storchaka

@vstinner

@vstinner

@vstinner

pganssle

@pganssle @vstinner

Co-Authored-By: vstinner <vstinner@redhat.com>

serhiy-storchaka

pganssle

pganssle