mirror of
https://github.com/python/cpython.git
synced 2025-07-28 21:55:21 +00:00
remove error checks already done in set_context()
This commit is contained in:
parent
8ea4ded9a6
commit
a5a5728cf0
4 changed files with 5 additions and 30 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue