dingykhan1 / scoop

Automatically exported from code.google.com/p/scoop
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Future exceptions are not propagating tracebacks correctly #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Future exceptions are not propagating tracebacks correctly

Patch attached.

Original issue reported on code.google.com by aai...@gmail.com on 4 Jun 2013 at 6:59

Attachments:

GoogleCodeExporter commented 8 years ago
Thank you for your interest in Scoop. We will look into as soon as possible to 
fix this issue. However, the patch that you sent us is not compatible with 
python 3. Since we develop mainly for python 3, we cannot integrate it in the 
scoop code as it is. You should also note that the tracebacks are correctly 
propagated in python 3.

Original comment by olivier....@gmail.com on 5 Jun 2013 at 1:19

GoogleCodeExporter commented 8 years ago
A recent commit ( 
https://code.google.com/p/scoop/source/detail?r=f15292acc5e0b5e16e33d594ad46db64
4d9d0a5f ) improved the traceback in Python 2. It is similar to the patch you 
supplied in some ways. Feel free to report if we missed a functionality that 
you needed.

Allow me to encourage you to update your code to use Python 3, which is the 
newer version of Python.

Original comment by yannickh...@gmail.com on 15 Jul 2014 at 5:37