conversion of Sets
- Vorherrschende Sprache
- Julia
- Sterne
- 1.5k
- Forks
- 186
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
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.)
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Rechercherichtung
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.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- julia, python
- Bereich
- backend-api-design
- Issue-Typ
- Feature
- Schwierigkeit
- 4/5
- Geschätzter Aufwand
- 3-5 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Muss geklärt werden
- Anfängerfreundlichkeit
- 25/100