SIGN IN SIGN UP

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.
S
Serhiy Storchaka committed
6655354afcd116c27486bb5ba1dfa50b369d8d85
Parent: 4151061
Committed by GitHub <noreply@github.com> on 5/20/2018, 1:30:31 PM