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

GitHub noreply at github.com
Sun Mar 12 17:03:47 EDT 2017


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

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

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




More information about the Python-checkins mailing list