PyO3 / pyo3

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

`valgrind` CI job detects an error on 3.12.5 #4463

Closed davidhewitt closed 1 month ago

davidhewitt commented 1 month ago

Xref #4462 - we have pinned back valgrind job to run on 3.12.4 as a short-term fix. Before releasing the next PyO3, we should look to understand this failure just in case the issue is with us and not CPython.

davidhewitt commented 1 month ago

Looks like the same issue: https://github.com/python/cpython/issues/123229

Seems like this is understood as a CPython issue, so will not worry about this on our side for now.