PyO3 / pyo3

Rust bindings for the Python interpreter
https://pyo3.rs
Other
11.47k stars 694 forks source link

Remove OWNED_OBJECTS thread local when GILPool is disabled. #4193

Closed adamreichold closed 1 month ago

alex commented 1 month ago

I do not see how this change could cause that failure.

adamreichold commented 1 month ago

I do not see how this change could cause that failure.

Sorry for not posting earlier, but as writting https://github.com/PyO3/pyo3/pull/4189#issuecomment-2118890725 our CI was blocked on https://github.com/RalfJung/cargo-careful/issues/31. There is now cargo-careful 0.4.2 available which should fix this and I will retry the merge queue...

alex commented 1 month ago

Ah, whoops.