Files
micropython/docs/reference
Alessandro Gatti b1d635fa82 docs/reference/speed_python: Update native emitter limitations.
This commit updates the listed limitations of the native emitter in the
documentation related to how to increase speed of python code.

Context managers are supported, as in functions marked as native can use
the `with` statement in regular code.  Generators can be used in native
functions both on the emitting (ie. `yield <whatever>`) and on the
receiving end.

Signed-off-by: Alessandro Gatti <a.gatti@frob.it>
2026-03-21 16:23:28 +11:00
..