Skip to content

minor typo in deep copy #952

Open
Open
@LokiMetaSmith

Description

@LokiMetaSmith

I came across this when compiling against copy.py, looking to use the deepcopy function

File "/lib/copy.py", line 194, in deepcopy
NameError: name 'dispatch_table' is not defined

I believe it should be _deepcopy_dispatch

https://github.com/micropython/micropython-lib/blame/e4cf09527bce7569f5db742cf6ae9db68d50c6a9/python-stdlib/copy/copy.py#L96

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions