]> granicus.if.org Git - python/commit
[3.6] bpo-33584: Fix several minor bugs in asyncio. (GH-7003) (#7006)
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 20 May 2018 14:33:55 +0000 (17:33 +0300)
committerGitHub <noreply@github.com>
Sun, 20 May 2018 14:33:55 +0000 (17:33 +0300)
commit49418f6df7a234243a470260e1b59e9e4c0e4768
treec8f146497200c743ee61942df18c3212d92645c6
parent10a122c0d55b01b053126ef3fd4d9e05ab8f2372
[3.6] bpo-33584: Fix several minor bugs in asyncio. (GH-7003) (#7006)

* repr() was called for a borrowed link.
* str() was used instead of repr() in formatting one error message.
(cherry picked from commit 6655354afcd116c27486bb5ba1dfa50b369d8d85)
Lib/asyncio/tasks.py
Modules/_asynciomodule.c