Nathan Goldbaum
Nathan Goldbaum
@bastibe gentle ping on this. If you'd like any help on my end with other maintenance tasks on the repo I'm also happy to do that, especially if that makes...
I'm happy to work on adding Python 3.14 support here - I did a lot of the heavy lifting for Python 3.14 and 3.14t support in CFFI 2.0.0b1. I'm also...
> I'd be more than happy to accept a pull request with the required changes! Thank you very much for helping out! Ok great, I'm planning to take a closer...
> Just a heads-up: I'll be on vacation for the next few weeks and may not be able to respond. OK. I didn't end up getting to this last week...
I looked at this a little today. You can definitely segfault `libsndfile` by sharing a file handle between threads. See https://github.com/libsndfile/libsndfile/issues/279. Here's an example that segfaults on my Mac, using...
Separately from Python 3.13, it would also be nice to add support for free-threaded Python too. I'm guessing that will require tracking support in the forked projects, or working out...
@lucascolley is there anything we can do right now to reduce the duplication here? Or does that require fixes in pixi?
@lucascolley and I chatted a little about this on the pixi discord. It seems that the way these packages are defined, the numpy build in the CI for https://github.com/numpy/numpy/pull/30510 ends...
> can you try this diff Guido? Maybe I did something wrong, but I attempted to apply this patch over at https://github.com/ngoldbaum/cpython/commit/39df6fe96a2da23b09a7f8930eff0cb1f9259862 and then updated numpy at https://github.com/ngoldbaum/numpy/commit/d28bebc4463f05045ba717ef1bc91f08a1cbf388 and it...
It looks like the option in the recipe isn't having any effect: ``` bash-5.3$ ls lib/python3.15/site-packages/ Cython meson_python-0.18.0.dist-info mesonpy pyproject_metadata tomli cython-3.2.4.dist-info meson-1.10.0.dist-info packaging pyproject_metadata-0.10.0.dist-info tomli-2.3.0.dist-info cython.py mesonbuild packaging-25.0.dist-info pyximport...