PyO3/pyo3

Seal traits inside `impl_` submodule

Offen

#3.908 geöffnet am 27.02.2024

 (13 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Rust (668 Forks)batch import
Good First Issue

Repository-Metriken

Stars
 (10.152 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 9T 18h) (51 gemergte PRs in 30 T)

Beschreibung

Off the back of https://github.com/PyO3/pyo3/pull/3897#discussion_r1504721475

Should we review the traits inside the impl_ submodule, check which ones can be sealed, and do that? It's a reasonable safety mechanism to prevent users from trying to implement those things.

Contributor Guide