Skip to content

Use collections.abc instead of list #144

@leon1995

Description

@leon1995

Summary

It would be nice if instead of the types like list or dict Sequence and Mapping could be used from collections.abc module

What is the feature request for?

The core library

The Problem

because the type is a list, a user can manually add a instance of something to a message.

The Ideal Solution

Sequence and Mapping are immutable types

The Current Solution

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions