micropython / micropython-lib

Core Python libraries ported to MicroPython
Other
2.37k stars 993 forks source link

deepcopy function references a non-existant variable #281

Open dhylands opened 6 years ago

dhylands commented 6 years ago

In copy.py: https://github.com/micropython/micropython-lib/blob/f20d89c6aad9443a696561ca2a01f7ef0c8fb302/copy/copy.py#L163 the deepcopy function references the variable dispatch_table, which isn't initialized.

harryofskyrim commented 5 years ago

SO? The issue is still present, and it's really unpleasant

dhylands commented 5 years ago

I just reported this on pfalcon's repository which is the "official" source of this repository. https://github.com/pfalcon/micropython-lib/issues/26