Skip to content

RuntimeWarning: non-string key in the __dict__ of class Outputs #665

@p72dennisxu

Description

@p72dennisxu

Describe the bug
When importing csp in python 3.13, RuntimeWarning: non-string key in the __dict__ of class Outputs is raised from csp/impl/types/common_definitions.py.

To Reproduce

Install/build csp in python 3.13 and run

import csp

or

from csp.impl.types.common_definitions import Outputs

Expected behavior

No RuntimeWarnings should be raised.

Error Message

Runtime Environment

Additional context

This is coming from python/cpython@f7c05d7 as a resolution for python/cpython#55664

Metadata

Metadata

Assignees

No one assigned

    Labels

    type: bugConcrete, reproducible bugs

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions