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
In PyO3, we use PyObject_GetAttrString in pyo3-ffi/src/datetime.rs to get at date and time object's properties. We should implement functions for the CPython macros and fix the GraalPy-specific code in PyO3.