David Hewitt
David Hewitt
Seems like a reasonable request to me, I think this just needs some refactoring. cc @sydney-runkle
Yep this has now been fixed in `maturin`.
Seems fine to me. I'm less sure about the `FailNow` structure; it might be better to instead pass `fail_fast` in the `info` and then let custom validators decide when to...
Nogil is expected not to work yet, see https://github.com/PyO3/pyo3/issues/4265 - which I hope to ramp up development work on soon
Fixed as per #1555
Looks like this introduces a dependency on `half` that is not MSRV compatible. It might be possible to tune things to make that not the case.
Would be made irrelevant by #184
Thank you for working on this RFC! PyO3 necessarily makes heavy use of Python reference counting so users working on Rust + Python projects may benefit significantly from making this...
Thanks, looks like `--inline-snapshot=disable` makes the whole test suite green. If it's possible to make `inline-snapshot` thread-safe, I'm sure that would be useful for pushing free-threaded testing across the ecosystem.
It looks like this got stuck for the last ~9 months following from https://github.com/pydantic/pydantic-core/pull/1574#discussion_r1880085282. Thank you for the PR, I will close it. If someone still wants the lax coercion...