As far as I can tell (saw them in bytecode dumps), currently uPy stores docstrings when compiling a code. That's all good of course, but should be optional, and apparently disabled by default.
Usecase: CPython's stdlib has verbose docstrings, so even few modules which were imported into micropython-lib waste kilobytes of heap.
As far as I can tell (saw them in bytecode dumps), currently uPy stores docstrings when compiling a code. That's all good of course, but should be optional, and apparently disabled by default.
Usecase: CPython's stdlib has verbose docstrings, so even few modules which were imported into micropython-lib waste kilobytes of heap.