-
-
Notifications
You must be signed in to change notification settings - Fork 30.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
implement initializer for multiprocessing.BaseManager.start() #49835
Comments
It would be useful to have the ability to run arbitrary code before a |
here is a patch doing just that (against trunk). |
Note that the Multiprocessing docs say that the Process "follows the API I also note that the patch does not contain any tests. |
AFAIK there is no equivalent to the managers api in threading. |
Right, it's just the Thread/Process API equivalance. I'm not saying As for tests, even just one that would prove that the method will be |
By the way, in case it isn't clear, I defer to Jesse on whether or not |
I know, but tests (like the ones you outlined) would also make it more |
This patch should be better:
|
The same against py3k. Jesse, is there any chance that this will make it in, or should I just |
On Mar 31, 2009, at 2:12 AM, lekma <report@bugs.python.org> wrote:
I'm thinking about it and plan on discussing it with other core devs |
|
No, I'm the one who was missing something. I obviously didn't look at |
committed in r71041 on python trunk, provided clean buildbots, we will |
thanks guys |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: