remove error checks already done in set_context()

This commit is contained in:
Benjamin Peterson 2009-06-08 23:44:13 +00:00
parent 8ea4ded9a6
commit a5a5728cf0
4 changed files with 5 additions and 30 deletions

View file

@ -1588,7 +1588,7 @@ SyntaxError: can't assign to yield expression
Traceback (most recent call last):
...
File "<doctest test.test_generators.__test__.coroutine[25]>", line 1
SyntaxError: augmented assignment to yield expression not possible
SyntaxError: can't assign to yield expression
Now check some throw() conditions: