Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

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

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

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

timfel opened this issue Mar 25, 2024 · 0 comments
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PyO3 Issues that when fixed need updates to GraalPy workarounds in PyO3
Projects
None yet
Development

No branches or pull requests

1 participant