Nathan Goldbaum

Results 755 comments of Nathan Goldbaum

Thanks! I can reproduce this on the latest version of the main branch. I guess I never tried this during development and clearly the tests never tried to do it...

I'm not sure whether the TSAN tests are hanging or if they're just really slow. I would avoid TSAN if it adds a ton of overhead to the tests. ASAN...

Cython 3.1 came out today so all the special handling for that can be deleted.

I was able to get this to work on my Mac now that homebrew has updated to LLVM 20. I created a free-threaded build of CPython using pyenv with the...

I added a mention of the trove classifiers to the free-threaded guide: https://github.com/Quansight-Labs/free-threaded-compatibility/pull/196

> is there hope for a single-byte character type anywhere on the horizon before I'm retired? @taldcroft for what it's worth, we have both a real ASCII and Bytes DType...

I hit a related issue to this and reported it upstream to matplotlib: https://github.com/matplotlib/matplotlib/issues/30666. My hitting this is probably using the library in an incorrect way, but I can probably...

I think you could hit this issue if you try to create plots in a multithreaded workflow in parallel on a Mac without explicitly setting a backend. I hit it...

Wow, cool! Totally missed this until now. Will try to give it a careful look.

Sorry this didn't quite make it in time for NumPy 2.3, but i'm going to try to get this merged ASAP so we have time to iterate in-tree as needed....