mirror of
https://github.com/micropython/micropython.git
synced 2025-08-08 03:31:53 +02:00
The three-argument form of `.throw()` is deprecated since CPython 3.12. So split out into separate tests (with .exp files) the parts of the generator tests that test more than one argument. Signed-off-by: Damien George <damien@micropython.org>
7 lines
54 B
Plaintext
7 lines
54 B
Plaintext
123
|
|
GeneratorExit ()
|
|
456
|
|
123
|
|
GeneratorExit (123,)
|
|
456
|