-
-
Notifications
You must be signed in to change notification settings - Fork 30.5k
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
gh-109461: Update logging module lock acquisition to use context manager #109462
gh-109461: Update logging module lock acquisition to use context manager #109462
Commits on Sep 15, 2023
-
Updated logging __init__.py to acquire its module lock using a contex…
…t manager so that it is safer and easier to use.
Configuration menu - View commit details
-
Copy full SHA for 02c1d58 - Browse repository at this point
Copy the full SHA 02c1d58View commit details -
Configuration menu - View commit details
-
Copy full SHA for f319ab0 - Browse repository at this point
Copy the full SHA f319ab0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6664c4c - Browse repository at this point
Copy the full SHA 6664c4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for fd635b2 - Browse repository at this point
Copy the full SHA fd635b2View commit details -
Merge remote-tracking branch 'origin/pythongh-109461-update-logging-l…
…ock-acquisition' into pythongh-109461-update-logging-lock-acquisition
Configuration menu - View commit details
-
Copy full SHA for 749b678 - Browse repository at this point
Copy the full SHA 749b678View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5ad43b - Browse repository at this point
Copy the full SHA e5ad43bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a2bb5f - Browse repository at this point
Copy the full SHA 0a2bb5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ea33592 - Browse repository at this point
Copy the full SHA ea33592View commit details -
Configuration menu - View commit details
-
Copy full SHA for af9f7d1 - Browse repository at this point
Copy the full SHA af9f7d1View commit details
Commits on Sep 16, 2023
-
Updated _acquireModuleLock() to _get_lock() which gets the lock's con…
…text manager, or a null context.
Configuration menu - View commit details
-
Copy full SHA for 4f2d1c1 - Browse repository at this point
Copy the full SHA 4f2d1c1View commit details -
Merge remote-tracking branch 'origin/pythongh-109461-update-logging-l…
…ock-acquisition' into pythongh-109461-update-logging-lock-acquisition
Configuration menu - View commit details
-
Copy full SHA for dc7df1e - Browse repository at this point
Copy the full SHA dc7df1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 892a5cb - Browse repository at this point
Copy the full SHA 892a5cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for a30d5da - Browse repository at this point
Copy the full SHA a30d5daView commit details -
Configuration menu - View commit details
-
Copy full SHA for cf7a2e6 - Browse repository at this point
Copy the full SHA cf7a2e6View commit details -
Merge remote-tracking branch 'origin/pythongh-109461-update-logging-l…
…ock-acquisition' into pythongh-109461-update-logging-lock-acquisition
Configuration menu - View commit details
-
Copy full SHA for 0a53f3b - Browse repository at this point
Copy the full SHA 0a53f3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2760cc5 - Browse repository at this point
Copy the full SHA 2760cc5View commit details
Commits on Sep 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b5e6651 - Browse repository at this point
Copy the full SHA b5e6651View commit details
Commits on Sep 21, 2023
-
Updated __init__.py to remove _get_lock() and "if _lock" checks since…
… bool(_lock) always returns true
Configuration menu - View commit details
-
Copy full SHA for 7f3b28a - Browse repository at this point
Copy the full SHA 7f3b28aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 09c9133 - Browse repository at this point
Copy the full SHA 09c9133View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f3607e - Browse repository at this point
Copy the full SHA 9f3607eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b15e4bf - Browse repository at this point
Copy the full SHA b15e4bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for a0c50bf - Browse repository at this point
Copy the full SHA a0c50bfView commit details -
Update Misc/NEWS.d/next/Library/2023-09-15-17-12-53.gh-issue-109461.V…
…NFPTK.rst Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9d0675b - Browse repository at this point
Copy the full SHA 9d0675bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a298a7b - Browse repository at this point
Copy the full SHA a298a7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b14732 - Browse repository at this point
Copy the full SHA 1b14732View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1979a75 - Browse repository at this point
Copy the full SHA 1979a75View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fd33ef - Browse repository at this point
Copy the full SHA 3fd33efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 22c868e - Browse repository at this point
Copy the full SHA 22c868eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 335f814 - Browse repository at this point
Copy the full SHA 335f814View commit details -
Update Misc/NEWS.d/next/Library/2023-09-15-17-12-53.gh-issue-109461.V…
…NFPTK.rst Co-authored-by: Victor Stinner <vstinner@python.org>
Configuration menu - View commit details
-
Copy full SHA for afa79ef - Browse repository at this point
Copy the full SHA afa79efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 600a126 - Browse repository at this point
Copy the full SHA 600a126View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e92580 - Browse repository at this point
Copy the full SHA 5e92580View commit details -
Merge remote-tracking branch 'origin/pythongh-109461-update-logging-l…
…ock-acquisition' into pythongh-109461-update-logging-lock-acquisition
Configuration menu - View commit details
-
Copy full SHA for 20e46f6 - Browse repository at this point
Copy the full SHA 20e46f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c73e2b7 - Browse repository at this point
Copy the full SHA c73e2b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9472c7 - Browse repository at this point
Copy the full SHA a9472c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for df75801 - Browse repository at this point
Copy the full SHA df75801View commit details
Commits on Sep 22, 2023
-
Added comment to _acquireLock() to justify the try-except block aroun…
…d lock acquisition
Configuration menu - View commit details
-
Copy full SHA for bca5ae8 - Browse repository at this point
Copy the full SHA bca5ae8View commit details -
Renamed "_acquireLock" to "_prepareFork" and "_releaseLock" to "_afte…
…rFork" and updated docstrings
Configuration menu - View commit details
-
Copy full SHA for 1ba5979 - Browse repository at this point
Copy the full SHA 1ba5979View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1a9651 - Browse repository at this point
Copy the full SHA c1a9651View commit details -
Configuration menu - View commit details
-
Copy full SHA for efd7462 - Browse repository at this point
Copy the full SHA efd7462View commit details
Commits on Sep 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 797ae0d - Browse repository at this point
Copy the full SHA 797ae0dView commit details