Staging
v0.5.1
https://github.com/python/cpython
Revision 52d1741c954448cd9ce3f705402e88211b8d4136 authored by Miss Islington (bot) on 20 May 2018, 14:34:28 UTC, committed by Serhiy Storchaka on 20 May 2018, 14:34:28 UTC
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.
(cherry picked from commit 6655354afcd116c27486bb5ba1dfa50b369d8d85)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
1 parent 28ea38b
History
Tip revision: 52d1741c954448cd9ce3f705402e88211b8d4136 authored by Miss Islington (bot) on 20 May 2018, 14:34:28 UTC
bpo-33584: Fix several minor bugs in asyncio. (GH-7003) (GH-7005)
Tip revision: 52d1741
File Mode Size
README -rw-r--r-- 67 bytes
_freeze_importlib.c -rw-r--r-- 4.5 KB
_testembed.c -rw-r--r-- 10.1 KB
python.c -rw-r--r-- 266 bytes

README

back to top