oracle / graalpython

A Python 3 implementation built on GraalVM
Other
1.17k stars 101 forks source link

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

Open timfel opened 3 months ago

timfel commented 3 months ago

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.

Sadaf-A commented 1 week ago

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

timfel commented 1 week ago

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

Happy to receive help :)