David Hewitt
David Hewitt
For freethreaded `GILOnceCell`, I'd welcome any opinions on #4512 and #4513
I would be tempted to call this `never_schema()`, inspired by `typing.Never`.
I guess also would resolve https://github.com/pydantic/pydantic/issues/9731 at the same time.
Thanks for the PR! I fully support the use case and think this makes sense. That said, I worry about silently breaking user code by changing the meaning of the...
Having discussed with @sydney-runkle and @samuelcolvin, I think we would prefer to go with a new `val_json_bytes` option so that users who do have a use-case where they don't want...
We merged #1535 which adds the `exclude_if` function, so I think we can close this given the more general solution now exists. Thanks for the PR and the discussion!
I worry that slicing into Python-mutable memory like this risks UB due to optimizations that rustc might do due to the assumption of immutability. I think in practice this UB...
Overall this looks good to me, however there seem to be some feature combinations which aren't satisfied. I'd suggest running `nox -s check-feature-powerset` to help identify the broken cases and...
Pretty sure the coverage is due to other changes reducing coverage on `main` compared to the merge base on this PR. I think it can be fixed by #4472. Let's...
I think the `test-debug` failure is another manifestation of https://github.com/PyO3/pyo3/pull/4185#issuecomment-2113722396 🤔