Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.2k
gh-91555: add warning to docs about possibility of deadlock/infinite recursion#135954
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation
…inite recursionAttempt to clarify in the documentation that care must be taken when usingmultiprocessing classes to implement logging since they have builtin internallogging, and hence may cause deadlock/infinite recursion.
Uh oh!
There was an error while loading.Please reload this page.
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
Co-authored-by: Vinay Sajip <vinay_sajip@yahoo.co.uk>
Uh oh!
There was an error while loading.Please reload this page.
a4625d5
intopython:mainUh oh!
There was an error while loading.Please reload this page.
…inite recursion (pythonGH-135954)*pythongh-91555: add warning to docs about possibility of deadlock/infinite recursionAttempt to clarify in the documentation that care must be taken when usingmultiprocessing classes to implement logging since they have builtin internallogging, and hence may cause deadlock/infinite recursion.* Update Doc/library/logging.handlers.rstCo-authored-by: Vinay Sajip <vinay_sajip@yahoo.co.uk>* Change whitespace.---------(cherry picked from commita4625d5)Co-authored-by: Duane Griffin <duaneg@dghda.com>Co-authored-by: Vinay Sajip <vinay_sajip@yahoo.co.uk>
…inite recursion (pythonGH-135954)*pythongh-91555: add warning to docs about possibility of deadlock/infinite recursionAttempt to clarify in the documentation that care must be taken when usingmultiprocessing classes to implement logging since they have builtin internallogging, and hence may cause deadlock/infinite recursion.* Update Doc/library/logging.handlers.rstCo-authored-by: Vinay Sajip <vinay_sajip@yahoo.co.uk>* Change whitespace.---------(cherry picked from commita4625d5)Co-authored-by: Duane Griffin <duaneg@dghda.com>Co-authored-by: Vinay Sajip <vinay_sajip@yahoo.co.uk>
GH-135988 is a backport of this pull request to the3.14 branch. |
GH-135989 is a backport of this pull request to the3.13 branch. |
Uh oh!
There was an error while loading.Please reload this page.
Attempt to clarify in the documentation that care must be taken when using multiprocessing classes to implement logging since they have builtin internal logging, and hence may cause deadlock/infinite recursion.
📚 Documentation preview 📚:https://cpython-previews--135954.org.readthedocs.build/