commit | 6aeed01901d020363e383821b38614816d0b4032 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Mon Jan 20 14:52:35 2020 -0800 |
committer | GitHub <noreply@github.com> | Mon Jan 20 14:52:35 2020 -0800 |
tree | bfc53496de361eb77ae19123e7033371163d9e5b | |
parent | 4cdb75890abd4ee7694744d5c24248f6735b0534 [diff] |
Fix asyncio.get_event_loop() documentation (GH-18051) Mention that the function implicitly creates new event loop only if called from the main thread. (cherry picked from commit 2c49becc69c05934996a00b902e4a4f089b91954) Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>