graalpython icon indicating copy to clipboard operation
graalpython copied to clipboard

GraalPy missing a C API functions for `PyDateTime_*_GET_*` macros

Open timfel opened this issue 1 year ago • 2 comments

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.

timfel avatar Mar 25 '24 08:03 timfel

Hey @timfel , I would like to work on this could you please assign.

Sadaf-A avatar Jul 07 '24 18:07 Sadaf-A

Hey @timfel , I would like to work on this could you please assign.

Happy to receive help :)

timfel avatar Jul 08 '24 07:07 timfel