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, ncoghlan, thehesiod, veky, yselivanov
Date 2017-03-28.01:42:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490665352.3.0.736836182771.issue29302@psf.upfronthosting.co.za>
In-reply-to
Content
ok I've updated the gist with a base class and sync + async sub-classes.  The way it worked out I think is nice because we can have the same method names across both sync+async.  Let me know what you guys think!  btw, it seems the test_dont_reraise_RuntimeError test hangs even with the release version.
History
Date User Action Args
2017-03-28 01:42:32thehesiodsetrecipients: + thehesiod, ncoghlan, giampaolo.rodola, yselivanov, veky
2017-03-28 01:42:32thehesiodsetmessageid: <1490665352.3.0.736836182771.issue29302@psf.upfronthosting.co.za>
2017-03-28 01:42:32thehesiodlinkissue29302 messages
2017-03-28 01:42:32thehesiodcreate