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 loewis, ned.deily, pitrou, skrah, twouters, vstinner
Date 2014-08-27.13:02:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1409144543.14.0.855496443279.issue22285@psf.upfronthosting.co.za>
In-reply-to
Content
Another bug linked to the bad Modules/_ctypes package:
http://buildbot.python.org/all/builders/AMD64%20OpenIndiana%203.x/builds/8549/steps/test/logs/stdio

test test_ctypes crashed -- Traceback (most recent call last):
  File "/export/home/buildbot/64bits/3.x.cea-indiana-amd64/build/Lib/test/regrtest.py", line 1271, 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 2203, in _gcd_import
  File "<frozen importlib._bootstrap>", line 2186, in _find_and_load
  File "<frozen importlib._bootstrap>", line 2175, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 1149, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 1420, 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_ctypes.py", line 3, in <module>
    from ctypes.test import load_tests
  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: cannot import name 'Union'
History
Date User Action Args
2014-08-27 13:02:23vstinnersetrecipients: + vstinner, loewis, twouters, pitrou, ned.deily, skrah
2014-08-27 13:02:23vstinnersetmessageid: <1409144543.14.0.855496443279.issue22285@psf.upfronthosting.co.za>
2014-08-27 13:02:23vstinnerlinkissue22285 messages
2014-08-27 13:02:23vstinnercreate