Sorry, something went wrong.
There was a problem hiding this comment.
Looks great! (By far the majority of Paths in the codebases I work on are constructed with a single argument)
Sorry, something went wrong.
There was a problem hiding this comment.
Fantastic work @barneygale! Sorry for the delay on this
Sorry, something went wrong.
|
Thanks so much, both! :D |
Sorry, something went wrong.
⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️Hi! The buildbot s390x SLES 3.x has failed when building commit 3572c86. What do you need to do:
You can take a look at the buildbot page here: https://buildbot.python.org/all/#builders/540/builds/4693 Summary of the results of the build (if available): == Tests result: ENV CHANGED == 415 tests OK. 10 slowest tests:
1 test altered the execution environment: 18 tests skipped: Total duration: 6 min 9 sec Click to see traceback logsremote: Enumerating objects: 9, done.
remote: Counting objects: 12% (1/8)
remote: Counting objects: 25% (2/8)
remote: Counting objects: 37% (3/8)
remote: Counting objects: 50% (4/8)
remote: Counting objects: 62% (5/8)
remote: Counting objects: 75% (6/8)
remote: Counting objects: 87% (7/8)
remote: Counting objects: 100% (8/8)
remote: Counting objects: 100% (8/8), done.
remote: Compressing objects: 16% (1/6)
remote: Compressing objects: 33% (2/6)
remote: Compressing objects: 50% (3/6)
remote: Compressing objects: 66% (4/6)
remote: Compressing objects: 83% (5/6)
remote: Compressing objects: 100% (6/6)
remote: Compressing objects: 100% (6/6), done.
remote: Total 9 (delta 2), reused 2 (delta 2), pack-reused 1
From https://github.com/python/cpython
* branch main -> FETCH_HEAD
Note: switching to '3572c861d8e8f03c34793608e7e2221e116aaec0'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:
git switch -c <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at 3572c861d8 GH-101362: Call join() only when >1 argument supplied to pathlib.PurePath() (#101665)
Switched to and reset branch 'main'
make: *** [Makefile:1938: buildbottest] Error 3
|
Sorry, something went wrong.
|
Hi! The buildbot s390x SLES 3.x has failed when building commit 3572c86. From the logs, it looks like this is just test_asyncio being flaky again. Nothing for us to worry about, I don't think :) |
Sorry, something went wrong.
This reduces the time taken to run PurePath("foo") by ~15%