David Hewitt

Results 1495 comments of David Hewitt

> Does that mean that pydantic-core is not compatible with abi3 option anymore? PyO3 has never exposed the datetime types with `abi3` (their C API is not available on the...

Looks like you've hit the same thing as in https://github.com/rust-lang/rust/issues/119504

As discussed above in the thread, the docs are already updated for `Bound` and the issue was more to do with [interior mutability](https://pyo3.rs/v0.22.5/class#bound-and-interior-mutability). Will close here as no further action.

Understood, let's merge here and I can resolve separately 👍

Thanks for the PR! Agreed a test would be great, and I am not comfortable with the panic. We should error on overflow (and a test for that would be...

Thanks @Walter-Reactor - I think actually you might have been onto something, I did some experimentation and have now pushed #69 which I think fixes some edge cases with large...

Sorry for the extremely slow reply @reaperhulk. Did you find any answer to this? It's not a problem that I've observed, however if there's new checks in setuptools which can...

In which case I'll wait to see if any other users are noticing this and can provide a minimal repro. It doesn't look like this is blocking anyone at present,...

https://github.com/microsoft/terminal/issues/262 was just resolved, so a future Windows release will support overlapped I/O. I see the `polling` port has already removed the `mio-anonymous-pipes` dependency, so the future improvement here will...

> > What about for frozen models like the example I asked about? Will fields be allowed to be mutated whilst inside a validator even if frozen=True? > > Good...