This website requires JavaScript.
Explore
Help
Register
Sign In
fengqi
/
lv_micropython
Watch
1
Star
0
Fork
0
You've already forked lv_micropython
Code
Issues
Pull Requests
1
Actions
Packages
Projects
Releases
Wiki
Activity
lv_micropython
/
tests
/
basics
/
generator_pep479.py.exp
8 lines
59 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
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-14 00:44:06 +10:00
1
RuntimeError
StopIteration
1
RuntimeError
Update Micropython. ILI9341/XPT2046 fixes
2019-11-02 01:09:15 +02:00
0
RuntimeError
Reference in New Issue
Copy Permalink