On 2/18/2014, 4:44 AM, chrysn wrote:
technically, i added an `asyncio.events.current_context` global
dictionary, made all `asyncio.events.Handle` objects copy that on
creation, and made the base event loop set the context dictionary of the
handle to be executed globally, both serving as a template for newly
created handles and allowing the currently executing task to modify that
dictionary.
Don't forget to patch Future.add_done_callback() too.

Yury

Reply via email to