]> granicus.if.org Git - python/commit
Issue 24342: Let wrapper set by sys.set_coroutine_wrapper fail gracefully
authorYury Selivanov <yselivanov@sprymix.com>
Tue, 2 Jun 2015 22:43:51 +0000 (18:43 -0400)
committerYury Selivanov <yselivanov@sprymix.com>
Tue, 2 Jun 2015 22:43:51 +0000 (18:43 -0400)
commitaab3c4a2110c3184ac0e9fc843fb1f3e07fbaf53
tree25366f646da729ac7c4f351f5cbacc763b866ac6
parent231d90609b026dc709efd16d5bda610fbb12ebad
Issue 24342: Let wrapper set by sys.set_coroutine_wrapper fail gracefully
Doc/library/sys.rst
Include/ceval.h
Include/pystate.h
Lib/test/test_coroutines.py
Python/ceval.c
Python/pystate.c