If this class is returned, a SystemExit happened while in the code greenlet
| 25 | |
| 26 | |
| 27 | class SystemExitFromCodeRunner(SystemExit): |
| 28 | """If this class is returned, a SystemExit happened while in the code |
| 29 | greenlet""" |
| 30 | |
| 31 | |
| 32 | class RequestFromCodeRunner: |