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 amaury.forgeotdarc
Recipients Rhamphoryncus, amaury.forgeotdarc, barry, benjamin.peterson, donmez, gvanrossum, jnoller, mark.dickinson, paulmelis, roudkerk, tebeka
Date 2008-07-03.07:43:34
SpamBayes Score 0.04823499
Marked as misclassified No
Message-id <1215071016.66.0.809639363194.issue3088@psf.upfronthosting.co.za>
In-reply-to
Content
The two tracebacks provided by Mark seem to correspond to the following
python stack (innermost last):

Lib/test/test_multiprocessing.py, line 1005, in _test_map_unordered
    self.assertEqual(sorted(it), map(sqr, range(1000)))
Lib/multiprocessing/pool.py, line 500, in IMapIterator.next()
    self._cond.acquire()
Lib/threading.py, line 123, in _RLock.acquire():
    rc = self.__block.acquire(blocking)
History
Date User Action Args
2008-07-03 07:43:37amaury.forgeotdarcsetspambayes_score: 0.048235 -> 0.04823499
recipients: + amaury.forgeotdarc, gvanrossum, barry, tebeka, mark.dickinson, Rhamphoryncus, donmez, paulmelis, roudkerk, benjamin.peterson, jnoller
2008-07-03 07:43:36amaury.forgeotdarcsetspambayes_score: 0.048235 -> 0.048235
messageid: <1215071016.66.0.809639363194.issue3088@psf.upfronthosting.co.za>
2008-07-03 07:43:35amaury.forgeotdarclinkissue3088 messages
2008-07-03 07:43:34amaury.forgeotdarccreate