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 vstinner
Recipients vstinner
Date 2008-08-22.01:44:20
SpamBayes Score 0.0013139606
Marked as misclassified No
Message-id <1219369461.44.0.47721526738.issue3643@psf.upfronthosting.co.za>
In-reply-to
Content
Python 3.0 has an new function which requires an extra patch: 
exception_print() have to check that the argument is an exception 
instance:

   >>> import _testcapi
   >>> _testcapi.exception_print(10)
   Erreur de segmentation (core dumped)
History
Date User Action Args
2008-08-22 01:44:21vstinnersetrecipients: + vstinner
2008-08-22 01:44:21vstinnersetmessageid: <1219369461.44.0.47721526738.issue3643@psf.upfronthosting.co.za>
2008-08-22 01:44:20vstinnerlinkissue3643 messages
2008-08-22 01:44:20vstinnercreate