Message163181
| Author |
Ken.Cheung |
| Recipients |
Ken.Cheung |
| Date |
2012年06月19日.15:42:49 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1340120572.84.0.94173614856.issue15106@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
I observed a code clone from the following files.
function : PyErr_Restore @ (file: "Python-3.3.0a4/Python/errors.c", line: 27)~49
function : PyErr_SetExcInfo @ (file: "Python-3.3.0a4/Python/errors.c", line: 341)~353
The function PyErr_Restore performs some checking on traceback while PyErr_SetExcInfo does not. I wonder if this is necessary in the function PyErr_SetExcInfo. The source code is included in the attachment. Hope it helps. |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2012年06月19日 15:42:53 | Ken.Cheung | set | recipients:
+ Ken.Cheung |
| 2012年06月19日 15:42:52 | Ken.Cheung | set | messageid: <1340120572.84.0.94173614856.issue15106@psf.upfronthosting.co.za> |
| 2012年06月19日 15:42:51 | Ken.Cheung | link | issue15106 messages |
| 2012年06月19日 15:42:51 | Ken.Cheung | create |
|