You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The _datetime extension module exposes a capsulated C API via the datetime.h header. That header is not exposed though Python.h; it must be explicitly included.
Does the datetime.h header fall under the PEP-387 umbrella? For example, do we need to heed PEP-387 in order to change the capsulated _datetime C API?
The
_datetime
extension module exposes a capsulated C API via the datetime.h header. That header is not exposed though Python.h; it must be explicitly included.Does the datetime.h header fall under the PEP-387 umbrella? For example, do we need to heed PEP-387 in order to change the capsulated
_datetime
C API?cc. @pganssle
The text was updated successfully, but these errors were encountered: