2 Commits

Author SHA1 Message Date
Amir Gonnen
2c6d171f25 Update Micropython. ILI9341/XPT2046 fixes 2019-11-02 01:09:15 +02:00
Damien George
3f6ffe059f py/objgenerator: Implement PEP479, StopIteration convs to RuntimeError.
This commit implements PEP479 which disallows raising StopIteration inside
a generator to signal that it should be finished.  Instead, the generator
should simply return when it is complete.

See https://www.python.org/dev/peps/pep-0479/ for details.
2018-09-20 15:36:59 +10:00