This website requires JavaScript.
Explore
Help
Sign In
djsundog
/
circuitpython
Watch
1
Star
0
Fork
0
You've already forked circuitpython
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
01f252d125
circuitpython
/
tests
/
basics
/
generator_pep479.py.exp
8 lines
59 B
Plaintext
Raw
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-13 10:44:06 -04:00
1
RuntimeError
StopIteration
1
RuntimeError
Merge MicroPython 1.12 into CircuitPython
2021-04-23 15:26:42 -04:00
0
RuntimeError
Reference in New Issue
Copy Permalink