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 martin.panter
Recipients larry, martin.panter, python-dev, vstinner
Date 2016-02-14.04:35:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1455424514.06.0.185008256106.issue26316@psf.upfronthosting.co.za>
In-reply-to
Content
I did look into testing, but I gave up. :) The test file doesn’t even import. I got the following error (without exception or traceback), cause by the line that reads “c = clinic.Clinic(language='C')”:

$ (cd Tools/clinic/ && ../../python clinic_test.py)
Error:
Destination does not exist: 'file'
[Exit 255]
History
Date User Action Args
2016-02-14 04:35:14martin.pantersetrecipients: + martin.panter, vstinner, larry, python-dev
2016-02-14 04:35:14martin.pantersetmessageid: <1455424514.06.0.185008256106.issue26316@psf.upfronthosting.co.za>
2016-02-14 04:35:14martin.panterlinkissue26316 messages
2016-02-14 04:35:13martin.pantercreate