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

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


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 902e9c50e31209e796b6bbe26f8d2f57ec12071b
      https://github.com/python/cpython/commit/902e9c50e31209e796b6bbe26f8d2f57ec12071b
  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