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 benjamin.peterson, gvanrossum, pitrou
Date 2008-06-18.18:43:05
SpamBayes Score 0.07768878
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
Does anyone know why there is the following test in pythonrun.c:
http://hg.pitrou.net/public/py3k/py3k/file/c143699d8dee/Python/pythonrun.c#l1346

Can PyErr_Display be called with something else than a PyException instance?
History
Date User Action Args
2008-06-18 18:43:12pitrousetspambayes_score: 0.0776888 -> 0.07768878
recipients: + pitrou, gvanrossum, benjamin.peterson
2008-06-18 18:43:11pitrousetspambayes_score: 0.0776888 -> 0.0776888
messageid: <[email protected]>
2008-06-18 18:43:10pitroulinkissue3112 messages
2008-06-18 18:43:09pitroucreate