Skip to content

Support "frozendict" when the next alpha of 3.15 is out #668

@ronaldoussoren

Description

@ronaldoussoren

Is your feature request related to a problem? Please describe.
Python 3.15 introduces a new "frozendict" type. This requires some work to properly support in PyObjC

Describe the solution you'd like

  • Proxy frozendict instances to OC_BuiltinPythonDictionary
  • Accept frozendict instances everywhere where a dict is accepted but never updated
  • Add tests for this

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions