Staging
v0.8.1
https://github.com/python/cpython
Revision 6cc495e9e2db8de0b8b7d95323d3a1514844b1b4 authored by Yury Selivanov on 09 November 2016, 00:16:01 UTC, committed by Yury Selivanov on 09 November 2016, 00:16:01 UTC
Some built-in coroutine-like objects might not have __name__ or
__qualname__. A good example of such are 'asend', 'aclose' and
'athrow' coroutine methods of asynchronous generators.
1 parent 70b72f0
History
Tip revision: 6cc495e9e2db8de0b8b7d95323d3a1514844b1b4 authored by Yury Selivanov on 09 November 2016, 00:16:01 UTC
asyncio: Fix _format_coroutine for coroutine-like objects w/o __name__
Tip revision: 6cc495e
File Mode Size
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Programs
Python
Tools
.bzrignore -rw-r--r-- 582 bytes
.gitignore -rw-r--r-- 1.3 KB
.hgeol -rw-r--r-- 996 bytes
.hgignore -rw-r--r-- 1.3 KB
.hgtags -rw-r--r-- 8.0 KB
.hgtouch -rw-r--r-- 1.3 KB
LICENSE -rw-r--r-- 12.5 KB
Makefile.pre.in -rw-r--r-- 57.1 KB
README -rw-r--r-- 8.3 KB
aclocal.m4 -rw-r--r-- 10.7 KB
config.guess -rwxr-xr-x 41.9 KB
config.sub -rwxr-xr-x 34.9 KB
configure -rwxr-xr-x 468.3 KB
configure.ac -rw-r--r-- 154.2 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 40.9 KB
setup.py -rw-r--r-- 97.6 KB

README

back to top