Message139681
| Author |
pitrou |
| Recipients |
pitrou, python-dev, rosslagerwall |
| Date |
2011年07月03日.10:46:17 |
| SpamBayes Score |
2.265378e-08 |
| Marked as misclassified |
No |
| Message-id |
<1309689978.42.0.206182099844.issue12456@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
Ok, qsize() can raise NotImplementedError on OS X, which explains quite a bit:
Exception in thread Thread-2:
Traceback (most recent call last):
File "/Users/buildbot/buildarea/custom.parc-snowleopard-1/build/Lib/threading.py", line 737, in _bootstrap_inner
self.run()
File "/Users/buildbot/buildarea/custom.parc-snowleopard-1/build/Lib/threading.py", line 690, in run
self._target(*self._args, **self._kwargs)
File "/Users/buildbot/buildarea/custom.parc-snowleopard-1/build/Lib/concurrent/futures/process.py", line 271, in _queue_management_worker
if not pending_work_items and call_queue.qsize() == 0:
File "/Users/buildbot/buildarea/custom.parc-snowleopard-1/build/Lib/multiprocessing/queues.py", line 139, in qsize
return self._maxsize - self._sem._semlock._get_value()
NotImplementedError |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2011年07月03日 10:46:18 | pitrou | set | recipients:
+ pitrou, rosslagerwall, python-dev |
| 2011年07月03日 10:46:18 | pitrou | set | messageid: <1309689978.42.0.206182099844.issue12456@psf.upfronthosting.co.za> |
| 2011年07月03日 10:46:17 | pitrou | link | issue12456 messages |
| 2011年07月03日 10:46:17 | pitrou | create |
|