[Python-checkins] [python/cpython] 2ef08d: asyncio: Optimize _get_running_loop() to call getp...

GitHub noreply at github.com
Thu Mar 2 23:58:34 EST 2017


  Branch: refs/heads/3.6
  Home:   https://github.com/python/cpython
  Commit: 2ef08d3be780457c444741b67e6181675b044be9
      https://github.com/python/cpython/commit/2ef08d3be780457c444741b67e6181675b044be9
  Author: Yury Selivanov <yury at magic.io>
  Date:   2017-03-02 (Thu, 02 Mar 2017)

  Changed paths:
    M Lib/asyncio/events.py

  Log Message:
  -----------
  asyncio: Optimize _get_running_loop() to call getpid() only when there's a loop




More information about the Python-checkins mailing list