-
-
Notifications
You must be signed in to change notification settings - Fork 32.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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…inite recursion 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.
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>
…inite recursion (pythonGH-135954) * pythongh-91555: add warning to docs about possibility of deadlock/infinite recursion 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. * Update Doc/library/logging.handlers.rst Co-authored-by: Vinay Sajip <vinay_sajip@yahoo.co.uk> * Change whitespace. --------- (cherry picked from commit a4625d5) 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 recursion 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. * Update Doc/library/logging.handlers.rst Co-authored-by: Vinay Sajip <vinay_sajip@yahoo.co.uk> * Change whitespace. --------- (cherry picked from commit a4625d5) 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 the 3.14 branch. |
GH-135989 is a backport of this pull request to the 3.13 branch. |
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/