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 eryksun, martin.panter, python-dev, serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware
Date 2015-04-02.08:19:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427962753.99.0.498838785312.issue22977@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, and the ctypes module (import) must be optional, just skip the test if ctypes is missing.

http://buildbot.python.org/all/builders/AMD64%20OpenIndiana%203.x/builds/9555/steps/test/logs/stdio

test test_exceptions crashed -- Traceback (most recent call last):
  File "/export/home/buildbot/64bits/3.x.cea-indiana-amd64/build/Lib/test/regrtest.py", line 1267, in runtest_inner
    the_module = importlib.import_module(abstest)
  File "/export/home/buildbot/64bits/3.x.cea-indiana-amd64/build/Lib/importlib/__init__.py", line 109, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 2222, in _gcd_import
  File "<frozen importlib._bootstrap>", line 2205, in _find_and_load
  File "<frozen importlib._bootstrap>", line 2194, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 1153, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 1431, in exec_module
  File "<frozen importlib._bootstrap>", line 321, in _call_with_frames_removed
  File "/export/home/buildbot/64bits/3.x.cea-indiana-amd64/build/Lib/test/test_exceptions.py", line 9, in <module>
    import ctypes
  File "/export/home/buildbot/64bits/3.x.cea-indiana-amd64/build/Lib/ctypes/__init__.py", line 7, in <module>
    from _ctypes import Union, Structure, Array
ImportError: No module named '_ctypes'
History
Date User Action Args
2015-04-02 08:19:14vstinnersetrecipients: + vstinner, tim.golden, python-dev, martin.panter, zach.ware, serhiy.storchaka, eryksun, steve.dower
2015-04-02 08:19:13vstinnersetmessageid: <1427962753.99.0.498838785312.issue22977@psf.upfronthosting.co.za>
2015-04-02 08:19:13vstinnerlinkissue22977 messages
2015-04-02 08:19:13vstinnercreate