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 lekma
Recipients jnoller, lekma, r.david.murray
Date 2009-03-30.18:43:18
SpamBayes Score 1.4485561e-06
Marked as misclassified No
Message-id <1238438601.84.0.0779783280142.issue5585@psf.upfronthosting.co.za>
In-reply-to
Content
> Right, it's just the Thread/Process API equivalance.  I'm not saying
> it's a stopper, but the docs would probably need to be modified
> accordingly.
I'm a bit confused here. The patch only adds a small feature to
BaseManager and subtypes (the same way Pool does it already). AFAICT the
Thread/Process API equivalence is preserved. Am I missing something?

This patch should be better:
- checks that initializer is a callable, raise TypeError if not (do it
for Pool.__init__ also).
- adds tests for Pool.__init__ and SyncManager.start
History
Date User Action Args
2009-03-30 18:43:22lekmasetrecipients: + lekma, jnoller, r.david.murray
2009-03-30 18:43:21lekmasetmessageid: <1238438601.84.0.0779783280142.issue5585@psf.upfronthosting.co.za>
2009-03-30 18:43:20lekmalinkissue5585 messages
2009-03-30 18:43:20lekmacreate