Nathan Goldbaum

Results 755 comments of Nathan Goldbaum

@indygreg we'd appreciate it if you could give us your opinion on this approach and/or some code review. It would be really helpful to be able to have cp313t wheels...

> Is that the only problem it solves? Yes, exactly right. > I'm inclined to do the minimal thing possible to support free-threaded builds. We can then look into the...

@dpdani let me know if you want a hand

@dpdani I disabled the cffi backend in `setup.py` and removed all the pytest-run-parallel in the `feature/3.13t` branch on my fork. You can either pull from me and push here or...

I opened https://github.com/indygreg/python-zstandard/pull/257 to update to pyo3 0.22, which if merged would allow this PR to only turn off the rust backend for the free-threaded build.

Thanks @dpdani! I also tried running github actions on my fork and found some issues with the setup-uv use. If you checkout the repo after setting up the uv venv,...

Awesome that this is a significant net decrease in LOC and hopefully it's rare to create and then discard a PyErr in a non-error code path. Commenting to subscribe, but...

Closing since there wasn't any followup and it's doubtful this is a numpy problem.

Hi! I'm working on ecosystem compatibility for free-threaded Python. I found this by looking at issues linking to the cffi issue. We're working on support for cffi over at http://github.com/quansight-labs/cffi...

This is fixed on main, probably just needs a backport if we want the 2.0 branch to work with 3.13. FWIW I think only 2.1 will support Python 3.13.