David Hewitt
David Hewitt
I would hasten to note that the internal counter is really an implementation detail / optimization, and you should expect that what you're doing might break again with future PyO3...
I'm going to close this as really this is part of #576, and the exact (unsafe) stuff going on here can be discussed without needing to track an issue.
I think (4) will be a more reliable (but slightly less performant) second step than 2 because it sidesteps the question of where to store tags. In a sense, the...
For "custom type annotations", I think maybe adding it to `#[pyo3(signature)]` attribute is the way to go (xref #5138) ```rust // `a` and return type set explicitly, b will be...
Great to meet you at PyCon, sorry to be so slow to acknowledge this issue and reply. It looks like Python's `decimal.Decimal` accepts a tuple of components; this would presumably...
For what it's worth, we probably can make it static via some macro hackery (at least for most call-sites of this function). Might be a fun thing to play around...
What target are you cross compiling to? Are you able to try latest PyO3 (0.22.2)? We might have improved things (or at least improved error messages), and if it's still...
This has stalled for ~1yr, closing.
I have also been running into this and trying to understand what's going on here. > Note that here, in order to call the exit callback on every subscriber `Layer`...
h5py is being worked on in https://github.com/h5py/h5py/issues/2475 jax seems to have taken a deliberate choice not to support windows free-threaded.