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 neologix
Recipients anacrolix, neologix, sbt
Date 2012-04-25.20:27:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335385637.17.0.622518358706.issue14059@psf.upfronthosting.co.za>
In-reply-to
Content
The patch looks good.
However, I've had two failures while testing it:
- a BrokenBarrierError on test_default_timeout: I see you've already increased the timeout from the original threading code, but you can probably double it (we have some slow buildbots, and creating processes is expensive on Windows)
- TestNumberOfObjects is failing too:
"""
test_number_of_objects (test.test_multiprocessing.WithManagerTestZZZNumberOfObjects) ...   b6cb776c:       refcount=1
    <threading.Barrier object at 0xb6cb776c>
  b6d72dfc:       refcount=2
    <multiprocessing.pool.Pool object at 0xb6d72dfc>
  b6cb776c:       refcount=1
    <threading.Barrier object at 0xb6cb776c>
  b6d72dfc:       refcount=2
    <multiprocessing.pool.Pool object at 0xb6d72dfc>
FAIL
"""
History
Date User Action Args
2012-04-25 20:27:17neologixsetrecipients: + neologix, anacrolix, sbt
2012-04-25 20:27:17neologixsetmessageid: <1335385637.17.0.622518358706.issue14059@psf.upfronthosting.co.za>
2012-04-25 20:27:16neologixlinkissue14059 messages
2012-04-25 20:27:16neologixcreate