]> granicus.if.org Git - python/commit
Issue #28430: Fix iterator of C implemented asyncio.Future doesn't
authorINADA Naoki <songofacandy@gmail.com>
Tue, 25 Oct 2016 10:00:45 +0000 (19:00 +0900)
committerINADA Naoki <songofacandy@gmail.com>
Tue, 25 Oct 2016 10:00:45 +0000 (19:00 +0900)
commit74c17539f26cdefff2b92c93f4233e59106a3f3f
tree916789c84fecc44ae6d31729c3dc88c22af218b4
parentc3adf1e09b2cd981e4f3e07ef93c19c9513f4846
Issue #28430: Fix iterator of C implemented asyncio.Future doesn't
accept non-None value is passed to it.send(val).
Misc/NEWS
Modules/_asynciomodule.c