Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork34.3k
gh-146202: Create tmp_dir in regrtest worker#146347
Merged
vstinner merged 1 commit intopython:mainfromMar 23, 2026
Merged
Conversation
Create tmp_dir in libregrtest.worker since the directory can bedifferent than --tempdir directory.
bcff99c intopython:main 63 checks passed
Uh oh!
There was an error while loading.Please reload this page.
Thanks@vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14. |
miss-islington pushed a commit to miss-islington/cpython that referenced this pull requestMar 23, 2026
Create tmp_dir in libregrtest.worker since the directory can bedifferent than the --tempdir directory.(cherry picked from commitbcff99c)Co-authored-by: Victor Stinner <vstinner@python.org>
miss-islington pushed a commit to miss-islington/cpython that referenced this pull requestMar 23, 2026
Create tmp_dir in libregrtest.worker since the directory can bedifferent than the --tempdir directory.(cherry picked from commit bcff99cb3f3b887a08c4f0ace1279ced38dd9e62)Co-authored-by: Victor Stinner <vstinner@python.org>
GH-146349 is a backport of this pull request to the3.14 branch. |
GH-146350 is a backport of this pull request to the3.13 branch. |
CuriousLearner added a commit to CuriousLearner/cpython that referenced this pull requestMar 24, 2026
…on into fix-pythongh-138577* 'fix-pythongh-138577' of github.com:CuriousLearner/cpython:pythongh-146202: Create tmp_dir in regrtest worker (python#146347)pythongh-144319: obtain SeLockMemoryPrivilege on Windows (python#144928)pythongh-146199: Fix error handling in `code_richcompare` when `PyObject_RichCompareBool` fails (python#146200)pythongh-146197: Include a bit more information in sys._emscripten_info.runtime (python#146346)pythongh-135871: Reload lock internal state while spinning in `PyMutex_LockTimed` (pythongh-146064)pythongh-145719: Add `.efi` file detection in `mimetypes` (python#145720)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading.Please reload this page.
Create tmp_dir in libregrtest.worker since the directory can be different than --tempdir directory.