QUERY · ISSUE
[Feature Request] types.SimpleNamespace
Currently types.SimpleNamespace implementation is missing
- https://github.com/micropython/micropython-lib/blob/f20d89c6aad9443a696561ca2a01f7ef0c8fb302/types/types.py#L16
- https://docs.python.org/3/library/types.html#types.SimpleNamespace
CANDIDATE · PULL REQUEST
python-stdlib/copy: Declare dependency on types.
types module is used here: https://github.com/micropython/micropython-lib/blob/7128d423c2e7c0309ac17a1e6ba873b909b24fcc/python-stdlib/copy/copy.py#L51
Fixes https://github.com/micropython/micropython-lib/issues/679
Ah yes, this PR is blocked by https://github.com/micropython/micropython-lib/pull/646