PyO3/pyo3

Seal traits inside `impl_` submodule

Aberta

#3.908 aberto em 27 de fev. de 2024

 (13 comentários) (0 reação) (0 responsável)Rust (668 forks)batch import
Good First Issue

Métricas do repositório

Stars
 (10.152 estrelas)
Métricas de merge de PR
 (Mesclagem média 9d 18h) (51 fundiu PRs em 30d)

Description

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.

Guia do colaborador