]> granicus.if.org Git - python/commit
(Merge 3.4) Issue #21163: BaseEventLoop.run_until_complete() and
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 30 Jun 2014 12:51:24 +0000 (14:51 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 30 Jun 2014 12:51:24 +0000 (14:51 +0200)
commitb1f9ed75bda20fdb0cdc7902cbae1de1f994ad3a
tree85e10c7c34a51b7026643784e17059e16d567821
parent91dd20ba6050181d454a6854137ea3534ac1f3d9
parent98b6391fd4b27485b17c068d6f85a00d3f7c5ddc
(Merge 3.4) Issue #21163: BaseEventLoop.run_until_complete() and
test_utils.run_briefly() don't log the "destroy pending task" message anymore.
The log is redundant for run_until_complete() and useless in run_briefly().