Staging
v0.5.0
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
.github
.vsts
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Programs
Python
Tools
m4
.gitattributes -rw-r--r-- 772 bytes
.gitignore -rw-r--r-- 1.5 KB
.travis.yml -rw-r--r-- 5.7 KB
LICENSE -rw-r--r-- 12.5 KB
Makefile.pre.in -rw-r--r-- 61.1 KB
README.rst -rw-r--r-- 9.3 KB
aclocal.m4 -rw-r--r-- 10.7 KB
config.guess -rwxr-xr-x 43.1 KB
config.sub -rwxr-xr-x 35.4 KB
configure -rwxr-xr-x 482.5 KB
configure.ac -rw-r--r-- 160.4 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 42.2 KB
setup.py -rw-r--r-- 99.5 KB

README.rst

back to top