PyO3/pyo3

Seal traits inside `impl_` submodule

オープン

#3,908 opened on 2024/02/27

 (13 件のコメント) (0 件のリアクション) (0 人の担当者)Rust (668 件のフォーク)batch import
Good First Issue

Repository metrics

Stars
 (10,152 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド