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 thebits
Recipients thebits, vstinner
Date 2011-05-17.21:02:49
SpamBayes Score 6.27993e-08
Marked as misclassified No
Message-id <1305666169.95.0.0830778593795.issue12098@psf.upfronthosting.co.za>
In-reply-to
Content
In my system (Windows 7 (64) SP1, Python 2.6.6 32-bit) I have:
"""
d:\temp>python -O pool.py
('parent optimize?', 1)
('child', 4712, 'optimize?', 0)
(Traceback (most recent call last):
'  File "new.py", line 14, in <module>
chil    dpool.map(myfunc, xrange(2)) # or imap_unordered, map'
,   File "C:\Python26\lib\multiprocessing\pool.py", line 148, in map
4712, 'optimize    ?return self.map_async(func, iterable, chunksize).get()
'  File "C:\Python26\lib\multiprocessing\pool.py", line 422, in get
, 0)
    raise self._value
AssertionError: assert False
"""
History
Date User Action Args
2011-05-17 21:02:50thebitssetrecipients: + thebits, vstinner
2011-05-17 21:02:49thebitssetmessageid: <1305666169.95.0.0830778593795.issue12098@psf.upfronthosting.co.za>
2011-05-17 21:02:49thebitslinkissue12098 messages
2011-05-17 21:02:49thebitscreate