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 thehesiod
Recipients giampaolo.rodola, gvanrossum, ncoghlan, thehesiod, veky, vstinner, yselivanov
Date 2017-03-01.08:37:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488357454.54.0.978445928881.issue29302@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the feedback Nick! If I get a chance I'll see about refactoring my gist into a base class and two sub-classes with the async supporting non-async but not vice-versa.  I think it will be cleaner.  Sorry I didn't spend too much effort on the existing gist as I tried quickly layering on async support to move on to my primary task.  After doing that I noticed that the code could use some refactoring, but only after taking the time deconstructing the impl to understand how the code works.
History
Date User Action Args
2017-03-01 08:37:34thehesiodsetrecipients: + thehesiod, gvanrossum, ncoghlan, vstinner, giampaolo.rodola, yselivanov, veky
2017-03-01 08:37:34thehesiodsetmessageid: <1488357454.54.0.978445928881.issue29302@psf.upfronthosting.co.za>
2017-03-01 08:37:34thehesiodlinkissue29302 messages
2017-03-01 08:37:34thehesiodcreate