[Python-checkins] [python/cpython] ba7e1f: bpo-29703: asyncio: Fix creating new event loops i...

GitHub noreply at github.com
Thu Mar 2 20:07:13 EST 2017


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

  Changed paths:
    M Lib/asyncio/events.py
    M Lib/asyncio/test_utils.py
    M Lib/test/test_asyncio/test_events.py
    M Misc/NEWS

  Log Message:
  -----------
  bpo-29703: asyncio: Fix creating new event loops in child processes. (#404)




More information about the Python-checkins mailing list