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 barry
Recipients barry, eryksun, ethan.furman, martin.panter, r.david.murray, rhettinger, serhiy.storchaka
Date 2016-05-08.20:27:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462739241.92.0.117974079947.issue26632@psf.upfronthosting.co.za>
In-reply-to
Content
One more diff.  As I was working on tests, I realized that the decorator version wasn't returning the thing it was decorating.  Changing this also allowed me to simplify the exit path.

I should be putting up a PyPI package soon which implements this for earlier Pythons (Python 3 only for now though).
History
Date User Action Args
2016-05-08 20:27:22barrysetrecipients: + barry, rhettinger, r.david.murray, ethan.furman, martin.panter, serhiy.storchaka, eryksun
2016-05-08 20:27:21barrysetmessageid: <1462739241.92.0.117974079947.issue26632@psf.upfronthosting.co.za>
2016-05-08 20:27:21barrylinkissue26632 messages
2016-05-08 20:27:21barrycreate