This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients gvanrossum, larry, vstinner, yselivanov
Date 2014-02-19.22:18:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392848282.62.0.670504004351.issue20648@psf.upfronthosting.co.za>
In-reply-to
Content
changeset:   89288:dbf13a7d3987
tag:         tip
user:        Victor Stinner <victor.stinner@gmail.com>
date:        Wed Feb 19 23:15:02 2014 +0100
files:       Doc/library/asyncio-dev.rst Doc/library/asyncio-eventloop.rst Doc/using/cmdline.rst Lib/asyncio/bas
description:
asyncio, Tulip issue #136: Add get/set_debug() methods to BaseEventLoopTests.
Add also a PYTHONASYNCIODEBUG environment variable to debug coroutines since
Python startup, to be able to debug coroutines defined directly in the asyncio
module.
History
Date User Action Args
2014-02-19 22:18:02vstinnersetrecipients: + vstinner, gvanrossum, larry, yselivanov
2014-02-19 22:18:02vstinnersetmessageid: <1392848282.62.0.670504004351.issue20648@psf.upfronthosting.co.za>
2014-02-19 22:18:02vstinnerlinkissue20648 messages
2014-02-19 22:18:02vstinnercreate