Brian Quinlan <br...@sweetapp.com> added the comment:

The queue that you identified i.e.

self._call_queue = multiprocessing.Queue(self._max_workers +
                                         EXTRA_QUEUED_CALLS)

does not get considered during submit() - are you sure that it somehow causes 
submit() to block.

Could you explain what your use case is such that you can run out of memory?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14119>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to