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.

classification
Title: test test_multiprocessing failed
Type: behavior Stage:
Components: Extension Modules Versions: Python 3.1
process
Status: closed Resolution: duplicate
Dependencies: Superseder: Transient error in multiprocessing (test_number_of_objects)
View: 5930
Assigned To: jnoller Nosy List: LinuxDonald, flox, jnoller
Priority: normal Keywords:

Created on 2009-08-21 00:09 by LinuxDonald, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (3)
msg91797 - (view) Author: Thomas Kowaliczek (LinuxDonald) Date: 2009-08-21 00:09
test test_multiprocessing failed -- Traceback (most recent call last):
  File
"/home/LinuxDonald/Downloads/Python-3.1.1/Lib/test/test_multiprocessing.py",
line 1077, in test_number_of_objects
    self.assertEqual(refs, EXPECTED_NUMBER)
AssertionError: 4 != 1
msg91799 - (view) Author: Thomas Kowaliczek (LinuxDonald) Date: 2009-08-21 01:01
On my Netbook Fedora 11 32 Bit the test works but not on my NoteBook
Fedora 11 64Bit
msg99066 - (view) Author: Florent Xicluna (flox) * (Python committer) Date: 2010-02-08 19:59
See #5930.
History
Date User Action Args
2022-04-11 14:56:52adminsetgithub: 50996
2010-02-08 19:59:32floxsetstatus: open -> closed

superseder: Transient error in multiprocessing (test_number_of_objects)

nosy: + flox
messages: + msg99066
resolution: duplicate
stage: test needed ->
2009-08-21 01:01:59LinuxDonaldsetmessages: + msg91799
2009-08-21 00:23:12brett.cannonsetnosy: jnoller, LinuxDonald
type: behavior
components: + Extension Modules, - Tests
stage: test needed
2009-08-21 00:22:49brett.cannonsetassignee: jnoller

nosy: + jnoller
2009-08-21 00:09:45LinuxDonaldcreate