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 pitrou
Recipients benjamin.peterson, michael.foord, pitrou
Date 2012-04-24.21:34:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335303274.85.0.323410405503.issue14664@psf.upfronthosting.co.za>
In-reply-to
Content
Seen on a buildbot:

test test_multiprocessing crashed -- Traceback (most recent call last):
  File "/export/home/buildbot/32bits/3.x.cea-indiana-x86/build/Lib/test/regrtest.py", line 1229, in runtest_inner
    the_package = __import__(abstest, globals(), locals(), [])
  File "<frozen importlib._bootstrap>", line 1030, in _find_and_load
  File "<frozen importlib._bootstrap>", line 611, in load_module
  File "<frozen importlib._bootstrap>", line 271, in module_for_loader_wrapper
  File "<frozen importlib._bootstrap>", line 499, in _load_module
  File "/export/home/buildbot/32bits/3.x.cea-indiana-x86/build/Lib/test/test_multiprocessing.py", line 2430, in <module>
    testcases_processes = create_test_cases(ProcessesMixin, type='processes')
  File "/export/home/buildbot/32bits/3.x.cea-indiana-x86/build/Lib/test/test_multiprocessing.py", line 2409, in create_test_cases
    class Temp(base, unittest.TestCase, Mixin):
TypeError: metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases


Here is a patch.
History
Date User Action Args
2012-04-24 21:34:35pitrousetrecipients: + pitrou, benjamin.peterson, michael.foord
2012-04-24 21:34:34pitrousetmessageid: <1335303274.85.0.323410405503.issue14664@psf.upfronthosting.co.za>
2012-04-24 21:34:34pitroulinkissue14664 messages
2012-04-24 21:34:34pitroucreate