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

GitHub noreply at github.com
Thu Mar 2 22:06:16 EST 2017


  Branch: refs/heads/3.6
  Home:   https://github.com/python/cpython
  Commit: 01e5230ef0b28658cf7311be199363eda98808bd
      https://github.com/python/cpython/commit/01e5230ef0b28658cf7311be199363eda98808bd
  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) (#410)




More information about the Python-checkins mailing list