You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #2481 we agreed that we'll need to have a "soundness" release 0.16.6 (with drawbacks) as well as a new 0.17.0 release ASAP which offers a fixed PyCapsule API.
I think this is everything which should happen for us to be ready to release:
There are also a few other open PRs & issues I've left in the 0.17 milestone. It's fine for those to also be completed while we're tidying the release.
The text was updated successfully, but these errors were encountered:
In #2481 we agreed that we'll need to have a "soundness" release 0.16.6 (with drawbacks) as well as a new 0.17.0 release ASAP which offers a fixed
PyCapsule
API.I think this is everything which should happen for us to be ready to release:
PyCapsule
API types: rework PyCapsule for soundness #2485PyCapsule
as per security: fix use-after-free in PyCapsule implementation #2481 (comment)pyo3-ffi-check
CI green (needs some fixes for PyPy and 3.11 beta)run_closure
anddrop_closure
unsoundly drop payload on panic #2501There are also a few other open PRs & issues I've left in the 0.17 milestone. It's fine for those to also be completed while we're tidying the release.
The text was updated successfully, but these errors were encountered: