[proxy] github.com← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

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

the-knights-who-say-ni

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.

Closed

Closed

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

Merged

Merged