Skip to content
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

[3.12] gh-38807: Fix race condition in Lib/trace.py (GH-110143) #114206

Merged
merged 1 commit into from
Jan 17, 2024

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Jan 17, 2024

Instead of checking if a directory does not exist and thereafter
creating it, directly call os.makedirs() with the exist_ok=True.
(cherry picked from commit 78fcde0)

Co-authored-by: buermarc 44375277+buermarc@users.noreply.github.com

Instead of checking if a directory does not exist and thereafter
creating it, directly call os.makedirs() with the exist_ok=True.
(cherry picked from commit 78fcde0)

Co-authored-by: buermarc <44375277+buermarc@users.noreply.github.com>
@serhiy-storchaka serhiy-storchaka enabled auto-merge (squash) January 17, 2024 20:04
@serhiy-storchaka serhiy-storchaka merged commit 24d2392 into python:3.12 Jan 17, 2024
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants