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.
Created on 2012年08月14日 10:34 by sbt, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg168189 - (view) | Author: Richard Oudkerk (sbt) * (Python committer) | Date: 2012年08月14日 10:34 | |
If the "if __name__ == '__main__'" idiom is not used on Windows you can get the recursive starting of new processes. This is because importing the main module in a child process starts a new child process as a side effect. There is a test intended to prevent this and raise RuntimeError instead, but it is currently ineffective. |
|||
| msg168193 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2012年08月14日 11:55 | |
New changeset e4fe1daef9f7 by Richard Oudkerk in branch '2.7': Issue #15646: Prevent equivalent of a fork bomb when using multiprocessing http://hg.python.org/cpython/rev/e4fe1daef9f7 New changeset 20f8a2455ffb by Richard Oudkerk in branch '3.2': Issue #15646: Prevent equivalent of a fork bomb when using multiprocessing http://hg.python.org/cpython/rev/20f8a2455ffb |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:34 | admin | set | github: 59851 |
| 2012年10月16日 14:11:04 | sbt | link | issue16246 superseder |
| 2012年08月14日 15:35:52 | sbt | set | status: open -> closed resolution: fixed stage: resolved |
| 2012年08月14日 11:55:21 | python-dev | set | nosy:
+ python-dev messages: + msg168193 |
| 2012年08月14日 10:34:32 | sbt | create | |