summaryrefslogtreecommitdiff
path: root/Python/import.c
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2018-05-20 16:30:31 +0300
committerGitHub <noreply@github.com>2018-05-20 16:30:31 +0300
commit6655354afcd116c27486bb5ba1dfa50b369d8d85 (patch)
treea4c2dafd327bc7b1033695108b5bc86c5383145c /Python/import.c
parent4151061855b571bf8a7579daa7875b8e243057b9 (diff)
downloadcpython-git-6655354afcd116c27486bb5ba1dfa50b369d8d85.tar.gz
bpo-33584: Fix several minor bugs in asyncio. (GH-7003)
Fix the following bugs in the C implementation: * get_future_loop() silenced all exceptions raised when look up the get_loop attribute, not just an AttributeError. * enter_task() silenced all exceptions raised when look up the current task, not just a KeyError. * repr() was called for a borrowed link in enter_task() and task_step_impl(). * str() was used instead of repr() in formatting one error message (in Python implementation too). * There where few reference leaks in error cases.
Diffstat (limited to 'Python/import.c')
0 files changed, 0 insertions, 0 deletions