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 Arfrever, barry, dilettant, eric.snow, ezio.melotti, ncoghlan, python-dev, tshepang, vstinner, zach.ware
Date 2014-09-25.07:51:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1411631494.98.0.73281150803.issue18093@psf.upfronthosting.co.za>
In-reply-to
Content
_testembed was moved from Modules to Programs but test_capi was not updated: it still looks for test_embed in Modules.

$ ./configure --with-pydebug
$ make
$ ./python -m test -v test_capi
...
test_forced_io_encoding (test.test_capi.EmbeddingTests) ... skipped "'/home/haypo/prog/python/default/Modules/_testembed' doesn't exist"
test_subinterps (test.test_capi.EmbeddingTests) ... skipped "'/home/haypo/prog/python/default/Modules/_testembed' doesn't exist"
...
History
Date User Action Args
2014-09-25 07:51:35vstinnersetrecipients: + vstinner, barry, ncoghlan, ezio.melotti, Arfrever, tshepang, python-dev, eric.snow, zach.ware, dilettant
2014-09-25 07:51:34vstinnersetmessageid: <1411631494.98.0.73281150803.issue18093@psf.upfronthosting.co.za>
2014-09-25 07:51:34vstinnerlinkissue18093 messages
2014-09-25 07:51:34vstinnercreate