Skip to content
This repository was archived by the owner on Jan 12, 2026. It is now read-only.
This repository was archived by the owner on Jan 12, 2026. It is now read-only.

Support make list/set with a str as an Iterable #238

@gKevinK

Description

@gKevinK

Expected:

list('abb')
# ['a', 'b', 'b']
set('abb')
# {'a', 'b'}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions