- Add space.callable_w() method
- Make asyncgen_hooks thread-local
- fix comment
- test cleanup
- Begin refactoring handling of .w_yielded_from
- Store w_yf on the frame instead of the generator
- Allow YIELD_FROM to run even if the generator owning the frame died
- fix asyncgen finalizer
- Enable firstiter hook
- Move .resume_execute_frame() to PyFrame and simplify code
- Remove unused argument in_generator from execute_frame()