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 SilentGhost
Recipients SilentGhost, zach.ware
Date 2015-12-04.22:16:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1449267406.87.0.412961046196.issue25800@psf.upfronthosting.co.za>
In-reply-to
Content
Running:

./python Lib/test/test_capi.py

I got EmbeddingTests erroring out in setUp: first line of which (a triple application of os.path.dirname) creates an empty string which cannot be used as an argument to os.chdir afterwards. I'm to be honest not at all sure how this should be properly solved.

Just for the record: running ./python -m test test_capi works fine.
History
Date User Action Args
2015-12-04 22:16:46SilentGhostsetrecipients: + SilentGhost, zach.ware
2015-12-04 22:16:46SilentGhostsetmessageid: <1449267406.87.0.412961046196.issue25800@psf.upfronthosting.co.za>
2015-12-04 22:16:46SilentGhostlinkissue25800 messages
2015-12-04 22:16:46SilentGhostcreate