David Hewitt
David Hewitt
Maybe we could even make the changes `ToPyObject` immediately in 0.23. I think we'd know what we'd like the final state to be and it would avoid a weird intermediate...
Ah, great insights! Yes, perhaps in that case we can avoid doing anything rash here and keep things as-is for 0.23 I'll try to proceed with the `pydantic-core` update today...
It looks like with `-Znext-solver` it is possible to at least see where the problematic uses of `impl Trait` are (maybe ~100 of them, so it's going to be a...
Well, I found a different solution, which makes it more convenient to upgrade. I transformed the trait from ```rust pub trait Foo { /// Convert this `Foo` to a Python...
Superseded in #4697
Sorry for the long delay here. Thanks for the PR and getting this moving! I think it's ok to remove the gil-refs methods as we'll be removing them in the...
What if we avoided using either a regex or `num_complex` entirely, and we used the Python logic to build `complex` instances? This is basically what we do already for `Decimal`,...
> Can we ignore this case for now and simply add a note in the documentation? Yes, we can xfail this case when running on PyPy. If you're willing to...
Yep, LGTM! Thanks @changhc
I'm not sure how I feel about this changing this one. It was originally `pythonize` and `depythonize`, and I was quite happy with that. The `_bound` suffix is intended to...