conversion of Sets
- 主要言語
- Julia
- スター
- 1.5k
- フォーク
- 186
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
The Julia `Set` type should be translated to a Python `set`, possibly with a `PySet` (like `PyDict`) to allow copy-free sharing.
It would help if I knew of an actual use-case for this. So far, no one has complained about PyCall not converting sets.
(Moved to its own issue from #9.)
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
Start by examining how PyCall currently converts Julia collections to Python objects, using the existing PyDict behavior mentioned in the issue as a comparison point. Determine whether Python set conversion alone is sufficient or whether a PySet for copy-free sharing is needed; done means the supported Set behavior is defined and covered by the relevant existing tests.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- julia, python
- 領域
- backend-api-design
- issue の種類
- 機能追加
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 25/100