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 ned.deily
Recipients ned.deily, snehal
Date 2014-08-07.07:37:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1407397053.7.0.912586465882.issue22157@psf.upfronthosting.co.za>
In-reply-to
Content
OK. Does test_ctypes run successfully?

  cd /home/ubuntu/python/Python-3.4.1
  ./python -E -S -m test -v test_ctypes

and then does test_venv run successfully in isolation?

  cd /home/ubuntu/python/Python-3.4.1
  ./python -E -S -m test -v test_venv

Also, what ./configure command arguments did you use to build it?

It's hard to tell what might be failing otherwise other than the _ctypes extension build failing.
History
Date User Action Args
2014-08-07 07:37:33ned.deilysetrecipients: + ned.deily, snehal
2014-08-07 07:37:33ned.deilysetmessageid: <1407397053.7.0.912586465882.issue22157@psf.upfronthosting.co.za>
2014-08-07 07:37:33ned.deilylinkissue22157 messages
2014-08-07 07:37:33ned.deilycreate