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 pitrou
Recipients gvanrossum, ncoghlan, pitrou, skrah, vstinner
Date 2013-12-21.12:04:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1387627485.72.0.921829258906.issue20037@psf.upfronthosting.co.za>
In-reply-to
Content
Speaking of which, Victor, your script works here:

$ ./python futcrash.py 
Future/Task exception was never retrieved:
Traceback (most recent call last):
  File "futcrash.py", line 4, in <module>
    raise ValueError()
ValueError
History
Date User Action Args
2013-12-21 12:04:45pitrousetrecipients: + pitrou, gvanrossum, ncoghlan, vstinner, skrah
2013-12-21 12:04:45pitrousetmessageid: <1387627485.72.0.921829258906.issue20037@psf.upfronthosting.co.za>
2013-12-21 12:04:45pitroulinkissue20037 messages
2013-12-21 12:04:45pitroucreate