Nathan Goldbaum

Results 755 comments of Nathan Goldbaum

You'll need to build uvloop from a checkout of the repository. The uvloop 0.21.0 source release on PyPI bundles cython code that was generated with a release of Cython that...

I tried looking at this in https://github.com/numpy/numpy/pull/26528 and unfortunately hit the issue you asked about: > Related question: what is the "scalar counterpart" of StringDType? In some sense there isn't...

For what it's worth, I'm planning on working on a scalar implementation next week during the sprints at the SciPy conference.

https://bsky.app/profile/aiohttp.org/post/3lmyhz6uhks2u indicates the status might be a little out of date here?

Python 3.14 came out this month. Maybe it makes sense to update this to build wheels that are compatible with Python 3.14 as well?

I agree abi3 wheels are nice, but one note is that the free-threaded build does not (yet) support the stable ABI. So cp314-cp314t wheels are still needed. IMO supporting the...

I'll poke at opening a followup for 3.14 and 3.14t support.

At the suggestion of @mejrs on Discord, I'm planning to try to fix this during a live coding session with some people working on learning Rust at the Recurse Center....

I tried but didn't get terribly far. I got stuck trying to make `PyFunctionArgPyO3Attributes` wrap references. That may not be necessary though.

From @kumaraditya303: * aiohttp benchmark https://gist.github.com/kumaraditya303/8aaae3359fc655161cf4a61e0ecc5571 ![Image](https://github.com/user-attachments/assets/7c0ddbbb-8842-4800-a9bd-dfd0fd7023e6) * asyncio raw benchmark https://gist.github.com/kumaraditya303/3a5381bf7b1c2660a15a3cc49ae9c465 ![Image](https://github.com/user-attachments/assets/071601ee-05f9-42e8-925c-2bcf5c9fda85)