WillAyd commented on PR #669:
URL: https://github.com/apache/arrow-nanoarrow/pull/669#issuecomment-2450939969
Latest commit replaces our custom bootstrapping with autopxd2.
If does generate the following warnings at runtime:
```
<frozen importlib._bootstrap>:241
<frozen importlib._bootstrap>:241: UserWarning: enum class ArrowTimeUnit
not importable from nanoarrow_c. You are probably using a cpdef enum declared
in a .pxd file that does not have a .py or .pyx file.
```
need to investigate further but I think this has the potential to greatly
simplify our Python build system
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]