Skip to content

Python Message Container Type Misinformation #5820

@InvincibleRMC

Description

@InvincibleRMC

Issue Type

  • 🐛 Bug / Problem
  • ✏️ Typo / Grammar
  • 📖 Outdated Content
  • 🚀 Enhancement

Generated by Generative AI

No response

Distribution

All

Description

The documentation here claims that the container type for arrays/unbounded/bounded is builtins.list. But at run time it can be various other container types. E.j Sequence or set. This can matter for users since they cannot use list specific methods type safely e.j. append.

Affected Pages/Sections

No response

Screenshots or Examples (if applicable)

Image

Suggested Fix

Add a note about what container actually exist for each type.

Additional Context

No response

Metadata

Metadata

Assignees

Labels

backport-allbackport at reviewers discretion; from rolling to all versionsbugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions