Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minor typo in deep copy #952

Open
LokiMetaSmith opened this issue Dec 27, 2024 · 0 comments
Open

minor typo in deep copy #952

LokiMetaSmith opened this issue Dec 27, 2024 · 0 comments

Comments

@LokiMetaSmith
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant