[Python-checkins] [python/cpython] b7c915: Fix wrapping into StopIteration of return values i...

GitHub noreply at github.com
Sun Mar 12 15:53:08 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: b7c9150b68516878175e5373983189d6deea470c
      https://github.com/python/cpython/commit/b7c9150b68516878175e5373983189d6deea470c
  Author: Yury Selivanov <yselivanov at gmail.com>
  Date:   2017-03-12 (Sun, 12 Mar 2017)

  Changed paths:
    M Lib/test/test_coroutines.py
    M Objects/genobject.c

  Log Message:
  -----------
  Fix wrapping into StopIteration of return values in generators and coroutines (#644)




More information about the Python-checkins mailing list