FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Add support of PyStructSequence in copy.replace() · Issue #110222 · python/cpython · GitHub

/ cpython Public

Add support of PyStructSequence in copy.replace() #110222

Description

Feature or enhancement

Proposal:

This issue is to make the concept of "named tuple" support the __replace__ protocol.

collections.namedtuple and typing.NamedTuple already support the __replace__ protocol in:

PyStructSequences are also named tuples but they do not support the __replace__ protocol yet.

It would be convenient if PyStructSequence be supported in copy.replace().

Has this already been discussed elsewhere?

I have already discussed this feature proposal on Discourse

Links to previous discussion of this feature:

Linked PRs

Metadata

Metadata

Assignees

No one assigned

    Labels

    type-featureA feature request or enhancement

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


    Back | FazBrowse Home | New Git URL