Marc Mueller
Marc Mueller
Tests pass with `3.14.0b2` as well.
> That will be fixed upstream in `pyo3-ffi` by [PyO3/pyo3#5180](https://github.com/PyO3/pyo3/pull/5180). When you have a chance, could you please update this PR with that fix as well? Added the patch here...
@clin1234 Which platform are you using? That might help reproduce the error. It works fine on my local machine with `cp314-cp314-macosx_11_0_arm64`.
@clin1234 Pushed a few more commits to fix `3.14t`. Would you mind checking it again?
> For `PyMutex`, would it not be simpler to use `std::mem::zeroed()` for initializing `ob_mutex`? Tbh I just wanted to reuse what's already there. `PyMutex::new()` is patched in currently, so I...
@ijl Saw your commits yesterday. Just wanted to highlight this PR in case you'd like to reuse parts of it.
> [3.11.0](https://github.com/ijl/orjson/releases/tag/3.11.0) is compatible with 3.14 beta 4. Awesome, thanks a lot for working on it @ijl! AFAICT this release is looking fine. Testing so far looks good. One note,...
Can we include these two PRs for PEP 695? - #17268 - #17269