Message136181
| 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:50 | thebits | set | recipients:
+ thebits, vstinner |
| 2011年05月17日 21:02:49 | thebits | set | messageid: <1305666169.95.0.0830778593795.issue12098@psf.upfronthosting.co.za> |
| 2011年05月17日 21:02:49 | thebits | link | issue12098 messages |
| 2011年05月17日 21:02:49 | thebits | create |
|