PyO3 / pyo3

Rust bindings for the Python interpreter
https://pyo3.rs
Apache License 2.0
12.06k stars 744 forks source link

fix flaky tests on free-threaded build #4576

Closed ngoldbaum closed 6 days ago

ngoldbaum commented 1 week ago

These asserts should all be skipped for the same reason as the assert that's skipped already.

Also moved the explanation to the docstring for the struct we use for this.

ngoldbaum commented 6 days ago

Thanks for pointing that out, that was me misunderstanding rather than being overzealous.