Message84609
> 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 |
|
Date |
User |
Action |
Args |
2009-03-30 18:43:22 | lekma | set | recipients:
+ lekma, jnoller, r.david.murray |
2009-03-30 18:43:21 | lekma | set | messageid: <1238438601.84.0.0779783280142.issue5585@psf.upfronthosting.co.za> |
2009-03-30 18:43:20 | lekma | link | issue5585 messages |
2009-03-30 18:43:20 | lekma | create | |
|