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 bquinlan
Recipients Nam.Nguyen, bquinlan, r.david.murray
Date 2012-06-11.04:34:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339389312.53.0.285998093302.issue14119@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2012-06-11 04:35:12bquinlansetrecipients: + bquinlan, r.david.murray, Nam.Nguyen
2012-06-11 04:35:12bquinlansetmessageid: <1339389312.53.0.285998093302.issue14119@psf.upfronthosting.co.za>
2012-06-11 04:34:51bquinlanlinkissue14119 messages
2012-06-11 04:34:51bquinlancreate