diff options
| author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2014-03-30 23:14:55 +0300 |
|---|---|---|
| committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2014-03-30 23:30:16 +0300 |
| commit | f39d3b93da4b9205a095430e12472051c6b22ef6 (patch) | |
| tree | b2f56443f9646bef8035b4a527f1d1f533e6196e /py/bc.h | |
| parent | a30cf9f3aff671ada1c84a1977ecf96d473d7256 (diff) | |
py: Implement support for generalized generator protocol.
Iterators and ducktype objects can now be arguments of yield from.
Diffstat (limited to 'py/bc.h')
| -rw-r--r-- | py/bc.h | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -1,9 +1,3 @@ -typedef enum { - MP_VM_RETURN_NORMAL, - MP_VM_RETURN_YIELD, - MP_VM_RETURN_EXCEPTION, -} mp_vm_return_kind_t; - // Exception stack entry typedef struct _mp_exc_stack { const byte *handler; |
