Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

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

Open
timfel opened this issue Mar 25, 2024 · 2 comments
Open

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

timfel opened this issue Mar 25, 2024 · 2 comments
Assignees
Labels
PyO3 Issues that when fixed need updates to GraalPy workarounds in PyO3

Comments

@timfel
Copy link
Member

timfel commented Mar 25, 2024

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 timfel added the PyO3 Issues that when fixed need updates to GraalPy workarounds in PyO3 label Mar 25, 2024
@Sadaf-A
Copy link

Sadaf-A commented Jul 7, 2024

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

@timfel
Copy link
Member Author

timfel commented Jul 8, 2024

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

Happy to receive help :)

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
PyO3 Issues that when fixed need updates to GraalPy workarounds in PyO3
Projects
None yet
Development

No branches or pull requests

2 participants