lrh2000 5bf989ece9 Remove artificial flag from generator variants
- Literally, variants are not artificial. We have `yield` statements,
   upvars and inner variables in the source code.
 - Functionally, we don't want debuggers to suppress the variants. It
   contains the state of the generator, which is useful when debugging.
   So they shouldn't be marked artificial.
 - Debuggers may use artificial flags to find the active variant. In
   this case, marking variants artificial will make debuggers not work
   properly.

Fixes #79009.
2021-04-30 22:36:08 +08:00
..
2021-02-17 11:25:55 +01:00
2021-04-08 08:03:18 -07:00
2021-04-03 00:37:49 +03:00
2021-02-14 09:45:35 +11:00
2021-01-23 17:19:49 -05:00
2021-03-26 09:32:31 -07:00
2021-02-25 04:21:12 +03:00