Sebastian Berg

Results 913 comments of Sebastian Berg

Jeeesh. This is broken in three ways: * Scalars export `__array_interface__` by creating an array and exporting the interface with an additional (I believe undocumented) `__ref` field. * I don't...

> so, when will we get rid of scalars...? Yes, as soon as you make a clear proposal that includes some confidence that e.g. has a path that pandas and...

@jorenham, yeah I don't really like to bring it up on random issues that are really unrelated. There are longer discussions elsewhere on open issues. Plus IMO this discussion about...

Maybe I am wrong and it is easier than I expect. But even then I'll argue it is helpful to help do the sensible first step first.

I am pretty neutral on this addition (I honestly don't understand where its useful, but it also doesn't seem like a big feature creep – i.e. this is only useful...

This has grown a bit. I think I may have occasional hangs (I am hoping this is due to the known memory allocator deadlock), and nothing is 100% (testing is...

OK, the fact that instantiating has to be deferred makes this bit more tedious (I actually needed a `critical_section` in free-threaded). But let's give it a shot now... /test mini

I suppose fixing this may not be super urgent, but it definitely needs fixing. @sergiocallegari do you have the full output available? You can paste it under a `` so...

I am a bit curious what the chance is of having this in CPython eventually (and the python capi compat headers). Just scrolling through, this seems simple enough (and I...

Oh, I don't mean to upstream for GetItem/SetItem, I would be surprised if that needs it. I was wondering whther CPython (or so) should have this as public API for...