Skip to content

gh-154746: Update doc string for collections.Counter - #154792

Merged
ZeroIntensity merged 2 commits into
python:mainfrom
brass75:collection_counter_docstring
Jul 28, 2026
Merged

gh-154746: Update doc string for collections.Counter#154792
ZeroIntensity merged 2 commits into
python:mainfrom
brass75:collection_counter_docstring

Conversation

@brass75

@brass75 brass75 commented Jul 28, 2026

Copy link
Copy Markdown
Contributor

Issue #154746

Added a note to collections.Counter's doc string that initializing a Counter from a Mapping or Counter will have different behaviour than initializing from other Iterables.

This behaviour is already documented in the docs but is missing from the help() output.

Added a note that initializing a `Counter` from a `Mapping` or `Counter`
will have different behaviour than initializing from other `Iterable`s.
Comment thread Lib/collections/__init__.py Outdated
Comment thread Lib/collections/__init__.py Outdated
Updated the wording as it had been unclear.

@ZeroIntensity ZeroIntensity left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ZeroIntensity ZeroIntensity added needs backport to 3.13 bugs and security fixes needs backport to 3.14 bugs and security fixes needs backport to 3.15 pre-release feature fixes, bugs and security fixes labels Jul 28, 2026
@ZeroIntensity
ZeroIntensity enabled auto-merge (squash) July 28, 2026 01:09
@ZeroIntensity
ZeroIntensity disabled auto-merge July 28, 2026 01:09
@ZeroIntensity
ZeroIntensity enabled auto-merge (squash) July 28, 2026 01:10
@ZeroIntensity

Copy link
Copy Markdown
Member

I'm going to merge this on the basis that it's already in the canonical RST docs. If someone (primarily Raymond) strongly disagrees about documenting this, feel free to send a revert and tag me for a review.

@ZeroIntensity
ZeroIntensity merged commit 22a123f into python:main Jul 28, 2026
57 checks passed
@miss-islington-app

Copy link
Copy Markdown

Thanks @brass75 for the PR, and @ZeroIntensity for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14, 3.15.
🐍🍒⛏🤖

@bedevere-app

bedevere-app Bot commented Jul 28, 2026

Copy link
Copy Markdown

GH-154793 is a backport of this pull request to the 3.15 branch.

@bedevere-app bedevere-app Bot removed the needs backport to 3.15 pre-release feature fixes, bugs and security fixes label Jul 28, 2026
@bedevere-app

bedevere-app Bot commented Jul 28, 2026

Copy link
Copy Markdown

GH-154794 is a backport of this pull request to the 3.14 branch.

@bedevere-app bedevere-app Bot removed the needs backport to 3.14 bugs and security fixes label Jul 28, 2026
@bedevere-app

bedevere-app Bot commented Jul 28, 2026

Copy link
Copy Markdown

GH-154795 is a backport of this pull request to the 3.13 branch.

@bedevere-app bedevere-app Bot removed the needs backport to 3.13 bugs and security fixes label Jul 28, 2026
@bedevere-bot

Copy link
Copy Markdown

⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️

Hi! The buildbot s390x Fedora Stable Clang Installed 3.x (tier-3) has failed when building commit 22a123f.

What do you need to do:

  1. Don't panic.
  2. Check the buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/#/builders/1645/builds/3123) and take a look at the build logs.
  4. Check if the failure is related to this commit (22a123f) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/#/builders/1645/builds/3123

Summary of the results of the build (if available):

Click to see traceback logs
Note: switching to '22a123f1305bf45d5d35441e9164fb4528da493c'.

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 22a123f1305bf gh-154746: Update docstring for `collections.Counter` (GH-154792)
Switched to and reset branch 'main'

configure: WARNING: s390x-ibm-linux-gnu/clang is not supported
configure: WARNING:

Platform "s390x-ibm-linux-gnu" with compiler "clang" is not supported by the
CPython core team, see https://peps.python.org/pep-0011/ for more information.


Objects/unicodeobject.c:4906:1: warning: unused function 'ctz' [-Wunused-function]
 4906 | ctz(size_t v)
      | ^~~
1 warning generated.
In file included from ./Modules/expat/xmltok.c:309:
./Modules/expat/xmltok_impl.c:283:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
  283 |     CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
      |     ^
./Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
  116 |     EXPAT_FALLTHROUGH;                                                         \
      |     ^
./Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
   45 | #      define EXPAT_FALLTHROUGH __attribute__((fallthrough))
      |                                 ^
In file included from ./Modules/expat/xmltok.c:309:
./Modules/expat/xmltok_impl.c:290:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
  290 |       CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
      |       ^
./Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
   87 |     EXPAT_FALLTHROUGH;                                                         \
      |     ^
./Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
   45 | #      define EXPAT_FALLTHROUGH __attribute__((fallthrough))
      |                                 ^
In file included from ./Modules/expat/xmltok.c:309:
./Modules/expat/xmltok_impl.c:436:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
  436 |     CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
      |     ^
./Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
  116 |     EXPAT_FALLTHROUGH;                                                         \
      |     ^
./Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
   45 | #      define EXPAT_FALLTHROUGH __attribute__((fallthrough))
      |                                 ^
In file included from ./Modules/expat/xmltok.c:309:
./Modules/expat/xmltok_impl.c:443:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
  443 |       CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
      |       ^
./Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
   87 |     EXPAT_FALLTHROUGH;                                                         \
      |     ^
./Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
   45 | #      define EXPAT_FALLTHROUGH __attribute__((fallthrough))
      |                                 ^
In file included from ./Modules/expat/xmltok.c:309:
./Modules/expat/xmltok_impl.c:549:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
  549 |     CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
      |     ^
./Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
  116 |     EXPAT_FALLTHROUGH;                                                         \
      |     ^
./Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
   45 | #      define EXPAT_FALLTHROUGH __attribute__((fallthrough))
      |                                 ^
In file included from ./Modules/expat/xmltok.c:309:
./Modules/expat/xmltok_impl.c:558:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
  558 |       CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
      |       ^
./Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
   87 |     EXPAT_FALLTHROUGH;                                                         \
      |     ^
./Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
   45 | #      define EXPAT_FALLTHROUGH __attribute__((fallthrough))
      |                                 ^
In file included from ./Modules/expat/xmltok.c:309:
./Modules/expat/xmltok_impl.c:580:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
  580 |       CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
      |       ^
./Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
   87 |     EXPAT_FALLTHROUGH;                                                         \
      |     ^
./Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
   45 | #      define EXPAT_FALLTHROUGH __attribute__((fallthrough))
      |                                 ^
In file included from ./Modules/expat/xmltok.c:309:
./Modules/expat/xmltok_impl.c:591:9: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
  591 |         CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
      |         ^
./Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
  116 |     EXPAT_FALLTHROUGH;                                                         \
      |     ^
./Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
   45 | #      define EXPAT_FALLTHROUGH __attribute__((fallthrough))
      |                                 ^
In file included from ./Modules/expat/xmltok.c:309:
./Modules/expat/xmltok_impl.c:688:11: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
  688 |           CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
      |           ^
./Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
  116 |     EXPAT_FALLTHROUGH;                                                         \
      |     ^
./Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
   45 | #      define EXPAT_FALLTHROUGH __attribute__((fallthrough))
      |                                 ^
In file included from ./Modules/expat/xmltok.c:309:
./Modules/expat/xmltok_impl.c:733:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
  733 |     CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
      |     ^
./Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
  116 |     EXPAT_FALLTHROUGH;                                                         \
      |     ^
./Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
   45 | #      define EXPAT_FALLTHROUGH __attribute__((fallthrough))
      |                                 ^
In file included from ./Modules/expat/xmltok.c:309:
./Modules/expat/xmltok_impl.c:759:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
  759 |       CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
      |       ^
./Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
   87 |     EXPAT_FALLTHROUGH;                                                         \
      |     ^
./Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
   45 | #      define EXPAT_FALLTHROUGH __attribute__((fallthrough))
      |                                 ^
In file included from ./Modules/expat/xmltok.c:309:
./Modules/expat/xmltok_impl.c:770:9: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
  770 |         CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
      |         ^
./Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
  116 |     EXPAT_FALLTHROUGH;                                                         \
      |     ^
./Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
   45 | #      define EXPAT_FALLTHROUGH __attribute__((fallthrough))
      |                                 ^
In file included from ./Modules/expat/xmltok.c:309:
./Modules/expat/xmltok_impl.c:783:11: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
  783 |           CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
      |           ^
./Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
  116 |     EXPAT_FALLTHROUGH;                                                         \
      |     ^
./Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
   45 | #      define EXPAT_FALLTHROUGH __attribute__((fallthrough))
      |                                 ^
In file included from ./Modules/expat/xmltok.c:309:
./Modules/expat/xmltok_impl.c:928:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
  928 |     CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
      |     ^
./Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
  116 |     EXPAT_FALLTHROUGH;                                                         \
      |     ^
./Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
   45 | #      define EXPAT_FALLTHROUGH __attribute__((fallthrough))
      |                                 ^
In file included from ./Modules/expat/xmltok.c:309:
./Modules/expat/xmltok_impl.c:941:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
  941 |       CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
      |       ^
./Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
   87 |     EXPAT_FALLTHROUGH;                                                         \
      |     ^
./Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
   45 | #      define EXPAT_FALLTHROUGH __attribute__((fallthrough))
      |                                 ^
In file included from ./Modules/expat/xmltok.c:309:
./Modules/expat/xmltok_impl.c:958:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
  958 |     CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
      |     ^
./Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
  116 |     EXPAT_FALLTHROUGH;                                                         \
      |     ^
./Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
   45 | #      define EXPAT_FALLTHROUGH __attribute__((fallthrough))
      |                                 ^
In file included from ./Modules/expat/xmltok.c:309:
./Modules/expat/xmltok_impl.c:965:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
  965 |       CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
      |       ^
./Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
   87 |     EXPAT_FALLTHROUGH;                                                         \
      |     ^
./Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
   45 | #      define EXPAT_FALLTHROUGH __attribute__((fallthrough))
      |                                 ^
In file included from ./Modules/expat/xmltok.c:309:
./Modules/expat/xmltok_impl.c:1200:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
 1200 |       CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
      |       ^
./Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
   87 |     EXPAT_FALLTHROUGH;                                                         \
      |     ^
./Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
   45 | #      define EXPAT_FALLTHROUGH __attribute__((fallthrough))
      |                                 ^
In file included from ./Modules/expat/xmltok.c:309:
./Modules/expat/xmltok_impl.c:1220:11: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
 1220 |           CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
      |           ^
./Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
   87 |     EXPAT_FALLTHROUGH;                                                         \
      |     ^
./Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
   45 | #      define EXPAT_FALLTHROUGH __attribute__((fallthrough))
      |                                 ^
19 warnings generated.

make: [Makefile:2952: libinstall] Error 1 (ignored)
ln: failed to create symbolic link 'python3': No space left on device
make: *** [Makefile:2661: bininstall] Error 1

@bedevere-bot

Copy link
Copy Markdown

⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️

Hi! The buildbot s390x Fedora Stable LTO + PGO 3.x (tier-3) has failed when building commit 22a123f.

What do you need to do:

  1. Don't panic.
  2. Check the buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/#/builders/1627/builds/3109) and take a look at the build logs.
  4. Check if the failure is related to this commit (22a123f) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/#/builders/1627/builds/3109

Summary of the results of the build (if available):

Click to see traceback logs
Note: switching to '22a123f1305bf45d5d35441e9164fb4528da493c'.

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 22a123f1305bf gh-154746: Update docstring for `collections.Counter` (GH-154792)
Switched to and reset branch 'main'

find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
make[2]: [Makefile:3474: clean-retain-profile] Error 1 (ignored)
./Modules/socketmodule.c: In function ‘getsockaddrarg’:
./Modules/socketmodule.c:2656:9: warning: ‘strncpy’ specified bound 64 equals destination size [-Wstringop-truncation]
 2656 |         strncpy((char *)sa->salg_name, name, sizeof(sa->salg_name));
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/bin/ld.bfd: final link failed: No space left on device
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:3772: Modules/unicodedata.cpython-316-s390x-linux-gnu.so] Error 1
make[2]: *** Waiting for unfinished jobs....
/usr/bin/ld.bfd: final link failed: No space left on device
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:3815: Modules/_sqlite3.cpython-316-s390x-linux-gnu.so] Error 1
/usr/bin/ld.bfd: final link failed: No space left on device
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:3803: Modules/_curses.cpython-316-s390x-linux-gnu.so] Error 1
/usr/bin/ld.bfd: final link failed: No space left on device
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:3801: Modules/_ctypes.cpython-316-s390x-linux-gnu.so] Error 1
Assembler messages:
Fatal error: can't create Modules/_ctypes/_ctypes_test.o: No space left on device
make[2]: *** [Makefile:3922: Modules/_ctypes/_ctypes_test.o] Error 1
make[1]: *** [Makefile:996: profile-gen-stamp] Error 2
make: *** [Makefile:1008: profile-run-stamp] Error 2

@bedevere-bot

Copy link
Copy Markdown

⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️

Hi! The buildbot s390x Fedora Stable LTO 3.x (tier-3) has failed when building commit 22a123f.

What do you need to do:

  1. Don't panic.
  2. Check the buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/#/builders/1654/builds/3086) and take a look at the build logs.
  4. Check if the failure is related to this commit (22a123f) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/#/builders/1654/builds/3086

Summary of the results of the build (if available):

Click to see traceback logs
Note: switching to '22a123f1305bf45d5d35441e9164fb4528da493c'.

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 22a123f1305bf gh-154746: Update docstring for `collections.Counter` (GH-154792)
Switched to and reset branch 'main'

/tmp/ccUJpBib.s: Assembler messages:
/tmp/ccUJpBib.s: Fatal error: Modules/_sre/sre.o: No space left on device
/tmp/ccQTOTlR.s: Assembler messages:
/tmp/ccQTOTlR.s: Fatal error: can't write 5 bytes to section .debug_loclists of Modules/_remote_debugging/binary_io_reader.o: 'No space left on device'
/tmp/ccanFMGc.s: Assembler messages:
/tmp/ccanFMGc.s: Fatal error: can't write 3952 bytes to section .gnu.debuglto_.debug_info of Modules/_remote_debugging/asyncio.o: 'No space left on device'
/tmp/ccjVVJ48.s: Assembler messages:
/tmp/ccjVVJ48.s: Fatal error: can't write 3949 bytes to section .gnu.debuglto_.debug_info of Modules/_remote_debugging/interpreters.o: 'No space left on device'
/tmp/ccQTOTlR.s: Fatal error: Modules/_remote_debugging/binary_io_reader.o: No such file or directory
make: *** [Makefile:3962: Modules/_sre/sre.o] Error 1
make: *** Waiting for unfinished jobs....
make: *** [Makefile:3700: Modules/_remote_debugging/binary_io_reader.o] Error 1
/tmp/ccMzDin7.s: Assembler messages:
/tmp/ccMzDin7.s: Fatal error: Modules/_pickle.o: No space left on device
make: *** [Makefile:3685: Modules/_pickle.o] Error 1
make: *** [Makefile:3702: Modules/_remote_debugging/interpreters.o] Error 1
make: *** [Makefile:3698: Modules/_remote_debugging/asyncio.o] Error 1
/tmp/ccXDjv9G.s: Assembler messages:
/tmp/ccXDjv9G.s: Fatal error: can't write 3951 bytes to section .gnu.lto_asciilib_rsplit.140.12477fa8a36d7f4a of Objects/unicodeobject.o: 'No space left on device'
/tmp/ccXDjv9G.s: Fatal error: Objects/unicodeobject.o: No such file or directory
make: *** [Makefile:3380: Objects/unicodeobject.o] Error 1

find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
make: [Makefile:3474: clean-retain-profile] Error 1 (ignored)

@brass75

brass75 commented Jul 28, 2026

Copy link
Copy Markdown
Contributor Author

@ZeroIntensity I don't think there's anything I can do about:

ln: failed to create symbolic link 'python3': No space left on device

@ZeroIntensity

Copy link
Copy Markdown
Member

Yeah, not your fault. We've been discussing this internally today. It should hopefully be resolved soon.

ZeroIntensity pushed a commit that referenced this pull request Jul 28, 2026
…) (GH-154793)

Added a note to `collections.Counter`'s docstring that initializing a `Counter` from a `Mapping` or `Counter` will have different behaviour than initializing from other `Iterable`s.

This behaviour was already documented in the canonical docs but is missing from the help() output.
(cherry picked from commit 22a123f)

Co-authored-by: Dan Shernicoff <dan@brassnet.biz>
ZeroIntensity pushed a commit that referenced this pull request Jul 28, 2026
…) (GH-154794)

Added a note to `collections.Counter`'s docstring that initializing a `Counter` from a `Mapping` or `Counter` will have different behaviour than initializing from other `Iterable`s.

This behaviour was already documented in the canonical docs but is missing from the help() output.
(cherry picked from commit 22a123f)

Co-authored-by: Dan Shernicoff <dan@brassnet.biz>
ZeroIntensity pushed a commit that referenced this pull request Jul 28, 2026
…) (GH-154795)

Added a note to `collections.Counter`'s docstring that initializing a `Counter` from a `Mapping` or `Counter` will have different behaviour than initializing from other `Iterable`s.

This behaviour was already documented in the canonical docs but is missing from the help() output.
(cherry picked from commit 22a123f)

Co-authored-by: Dan Shernicoff <dan@brassnet.biz>
@bedevere-bot

Copy link
Copy Markdown

⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️

Hi! The buildbot s390x Fedora Stable 3.15 (tier-3) has failed when building commit 5cc8361.

What do you need to do:

  1. Don't panic.
  2. Check the buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/#/builders/2016/builds/296) and take a look at the build logs.
  4. Check if the failure is related to this commit (5cc8361) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/#/builders/2016/builds/296

Summary of the results of the build (if available):

Click to see traceback logs
Note: switching to '5cc8361e4baa3df705f8a811eeaeaa03e4f15b83'.

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 5cc8361e4baa3 [3.15] gh-154746: Update docstring for `collections.Counter` (GH-154792) (GH-154793)
Switched to and reset branch '3.15'

/tmp/ccnIMYv9.s: Assembler messages:
/tmp/ccnIMYv9.s: Fatal error: Python/_warnings.o: No space left on device
make: *** [Makefile:3428: Python/_warnings.o] Error 1
make: *** Waiting for unfinished jobs....
Assembler messages:
Fatal error: can't create Python/ast_preprocess.o: No space left on device
make: *** [Makefile:3428: Python/ast_preprocess.o] Error 1
/tmp/cc2xrUNf.s: Assembler messages:
/tmp/cc2xrUNf.s: Fatal error: can't write 208 bytes to section .text of Objects/obmalloc.o: 'No space left on device'
/tmp/cc2xrUNf.s: Fatal error: Objects/obmalloc.o: No such file or directory
make: *** [Makefile:3428: Objects/obmalloc.o] Error 1
Assembler messages:
Fatal error: can't create Objects/typeobject.o: No space left on device
make: *** [Makefile:3428: Objects/typeobject.o] Error 1
Assembler messages:
Fatal error: can't create Parser/parser.o: No space left on device
make: *** [Makefile:3428: Parser/parser.o] Error 1
Assembler messages:
Fatal error: can't create Python/Python-ast.o: No space left on device
make: *** [Makefile:3428: Python/Python-ast.o] Error 1
Assembler messages:
Fatal error: can't create Objects/unicodeobject.o: No space left on device
make: *** [Makefile:3428: Objects/unicodeobject.o] Error 1

find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
make: [Makefile:3522: clean-retain-profile] Error 1 (ignored)

@bedevere-bot

Copy link
Copy Markdown

⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️

Hi! The buildbot PPC64LE Fedora Stable Clang 3.15 (tier-3) has failed when building commit 5cc8361.

What do you need to do:

  1. Don't panic.
  2. Check the buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/#/builders/2085/builds/147) and take a look at the build logs.
  4. Check if the failure is related to this commit (5cc8361) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/#/builders/2085/builds/147

Summary of the results of the build (if available):

Click to see traceback logs
Note: switching to '5cc8361e4baa3df705f8a811eeaeaa03e4f15b83'.

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 5cc8361e4baa [3.15] gh-154746: Update docstring for `collections.Counter` (GH-154792) (GH-154793)
Switched to and reset branch '3.15'

/usr/bin/ld.bfd: final link failed: No space left on device
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [Makefile:1977: Programs/_freeze_module] Error 1
make: *** Waiting for unfinished jobs....

@bedevere-bot

Copy link
Copy Markdown

⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️

Hi! The buildbot PPC64LE Fedora Stable Clang Installed 3.15 (tier-3) has failed when building commit 5cc8361.

What do you need to do:

  1. Don't panic.
  2. Check the buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/#/builders/2092/builds/141) and take a look at the build logs.
  4. Check if the failure is related to this commit (5cc8361) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/#/builders/2092/builds/141

Summary of the results of the build (if available):

Click to see traceback logs
fatal: write error: No space left on device
fatal: fetch-pack: invalid index-pack output
rror: cannot open '.git/FETCH_HEAD': No space left on device
Cloning into '.'...
remote: Enumerating objects: 833793        
remote: Enumerating objects: 833944, done.        
remote: Counting objects:   0% (1/151)        
remote: Counting objects:   1% (2/151)        
remote: Counting objects:   2% (4/151)        
remote: Counting objects:   3% (5/151)        
remote: Counting objects:   4% (7/151)        
remote: Counting objects:   5% (8/151)        
remote: Counting objects:   6% (10/151)        
remote: Counting objects:   7% (11/151)        
remote: Counting objects:   8% (13/151)        
remote: Counting objects:   9% (14/151)        
remote: Counting objects:  10% (16/151)        
remote: Counting objects:  11% (17/151)        
remote: Counting objects:  12% (19/151)        
remote: Counting objects:  13% (20/151)        
remote: Counting objects:  14% (22/151)        
remote: Counting objects:  15% (23/151)        
remote: Counting objects:  16% (25/151)        
remote: Counting objects:  17% (26/151)        
remote: Counting objects:  18% (28/151)        
remote: Counting objects:  19% (29/151)        
remote: Counting objects:  20% (31/151)        
remote: Counting objects:  21% (32/151)        
remote: Counting objects:  22% (34/151)        
remote: Counting objects:  23% (35/151)        
remote: Counting objects:  24% (37/151)        
remote: Counting objects:  25% (38/151)        
remote: Counting objects:  26% (40/151)        
remote: Counting objects:  27% (41/151)        
remote: Counting objects:  28% (43/151)        
remote: Counting objects:  29% (44/151)        
remote: Counting objects:  30% (46/151)        
remote: Counting objects:  31% (47/151)        
remote: Counting objects:  32% (49/151)        
remote: Counting objects:  33% (50/151)        
remote: Counting objects:  34% (52/151)        
remote: Counting objects:  35% (53/151)        
remote: Counting objects:  36% (55/151)        
remote: Counting objects:  37% (56/151)        
remote: Counting objects:  38% (58/151)        
remote: Counting objects:  39% (59/151)        
remote: Counting objects:  40% (61/151)        
remote: Counting objects:  41% (62/151)        
remote: Counting objects:  42% (64/151)        
remote: Counting objects:  43% (65/151)        
remote: Counting objects:  44% (67/151)        
remote: Counting objects:  45% (68/151)        
remote: Counting objects:  46% (70/151)        
remote: Counting objects:  47% (71/151)        
remote: Counting objects:  48% (73/151)        
remote: Counting objects:  49% (74/151)        
remote: Counting objects:  50% (76/151)        
remote: Counting objects:  51% (78/151)        
remote: Counting objects:  52% (79/151)        
remote: Counting objects:  53% (81/151)        
remote: Counting objects:  54% (82/151)        
remote: Counting objects:  55% (84/151)        
remote: Counting objects:  56% (85/151)        
remote: Counting objects:  57% (87/151)        
remote: Counting objects:  58% (88/151)        
remote: Counting objects:  59% (90/151)        
remote: Counting objects:  60% (91/151)        
remote: Counting objects:  61% (93/151)        
remote: Counting objects:  62% (94/151)        
remote: Counting objects:  63% (96/151)        
remote: Counting objects:  64% (97/151)        
remote: Counting objects:  65% (99/151)        
remote: Counting objects:  66% (100/151)        
remote: Counting objects:  67% (102/151)        
remote: Counting objects:  68% (103/151)        
remote: Counting objects:  69% (105/151)        
remote: Counting objects:  70% (106/151)        
remote: Counting objects:  71% (108/151)        
remote: Counting objects:  72% (109/151)        
remote: Counting objects:  73% (111/151)        
remote: Counting objects:  74% (112/151)        
remote: Counting objects:  75% (114/151)        
remote: Counting objects:  76% (115/151)        
remote: Counting objects:  77% (117/151)        
remote: Counting objects:  78% (118/151)        
remote: Counting objects:  79% (120/151)        
remote: Counting objects:  80% (121/151)        
remote: Counting objects:  81% (123/151)        
remote: Counting objects:  82% (124/151)        
remote: Counting objects:  83% (126/151)        
remote: Counting objects:  84% (127/151)        
remote: Counting objects:  85% (129/151)        
remote: Counting objects:  86% (130/151)        
remote: Counting objects:  87% (132/151)        
remote: Counting objects:  88% (133/151)        
remote: Counting objects:  89% (135/151)        
remote: Counting objects:  90% (136/151)        
remote: Counting objects:  91% (138/151)        
remote: Counting objects:  92% (139/151)        
remote: Counting objects:  93% (141/151)        
remote: Counting objects:  94% (142/151)        
remote: Counting objects:  95% (144/151)        
remote: Counting objects:  96% (145/151)        
remote: Counting objects:  97% (147/151)        
remote: Counting objects:  98% (148/151)        
remote: Counting objects:  99% (150/151)        
remote: Counting objects: 100% (151/151)        
remote: Counting objects: 100% (151/151), done.        
remote: Compressing objects:   0% (1/117)        
remote: Compressing objects:   1% (2/117)        
remote: Compressing objects:   2% (3/117)        
remote: Compressing objects:   3% (4/117)        
remote: Compressing objects:   4% (5/117)        
remote: Compressing objects:   5% (6/117)        
remote: Compressing objects:   6% (8/117)        
remote: Compressing objects:   7% (9/117)        
remote: Compressing objects:   8% (10/117)        
remote: Compressing objects:   9% (11/117)        
remote: Compressing objects:  10% (12/117)        
remote: Compressing objects:  11% (13/117)        
remote: Compressing objects:  12% (15/117)        
remote: Compressing objects:  13% (16/117)        
remote: Compressing objects:  14% (17/117)        
remote: Compressing objects:  15% (18/117)        
remote: Compressing objects:  16% (19/117)        
remote: Compressing objects:  17% (20/117)        
remote: Compressing objects:  18% (22/117)        
remote: Compressing objects:  19% (23/117)        
remote: Compressing objects:  20% (24/117)        
remote: Compressing objects:  21% (25/117)        
remote: Compressing objects:  22% (26/117)        
remote: Compressing objects:  23% (27/117)        
remote: Compressing objects:  24% (29/117)        
remote: Compressing objects:  25% (30/117)        
remote: Compressing objects:  26% (31/117)        
remote: Compressing objects:  27% (32/117)        
remote: Compressing objects:  28% (33/117)        
remote: Compressing objects:  29% (34/117)        
remote: Compressing objects:  30% (36/117)        
remote: Compressing objects:  31% (37/117)        
remote: Compressing objects:  32% (38/117)        
remote: Compressing objects:  33% (39/117)        
remote: Compressing objects:  34% (40/117)        
remote: Compressing objects:  35% (41/117)        
remote: Compressing objects:  36% (43/117)        
remote: Compressing objects:  37% (44/117)        
remote: Compressing objects:  38% (45/117)        
remote: Compressing objects:  39% (46/117)        
remote: Compressing objects:  40% (47/117)        
remote: Compressing objects:  41% (48/117)        
remote: Compressing objects:  42% (50/117)        
remote: Compressing objects:  43% (51/117)        
remote: Compressing objects:  44% (52/117)        
remote: Compressing objects:  45% (53/117)        
remote: Compressing objects:  46% (54/117)        
remote: Compressing objects:  47% (55/117)        
remote: Compressing objects:  48% (57/117)        
remote: Compressing objects:  49% (58/117)        
remote: Compressing objects:  50% (59/117)        
remote: Compressing objects:  51% (60/117)        
remote: Compressing objects:  52% (61/117)        
remote: Compressing objects:  53% (63/117)        
remote: Compressing objects:  54% (64/117)        
remote: Compressing objects:  55% (65/117)        
remote: Compressing objects:  56% (66/117)        
remote: Compressing objects:  57% (67/117)        
remote: Compressing objects:  58% (68/117)        
remote: Compressing objects:  59% (70/117)        
remote: Compressing objects:  60% (71/117)        
remote: Compressing objects:  61% (72/117)        
remote: Compressing objects:  62% (73/117)        
remote: Compressing objects:  63% (74/117)        
remote: Compressing objects:  64% (75/117)        
remote: Compressing objects:  65% (77/117)        
remote: Compressing objects:  66% (78/117)        
remote: Compressing objects:  67% (79/117)        
remote: Compressing objects:  68% (80/117)        
remote: Compressing objects:  69% (81/117)        
remote: Compressing objects:  70% (82/117)        
remote: Compressing objects:  71% (84/117)        
remote: Compressing objects:  72% (85/117)        
remote: Compressing objects:  73% (86/117)        
remote: Compressing objects:  74% (87/117)        
remote: Compressing objects:  75% (88/117)        
remote: Compressing objects:  76% (89/117)        
remote: Compressing objects:  77% (91/117)        
remote: Compressing objects:  78% (92/117)        
remote: Compressing objects:  79% (93/117)        
remote: Compressing objects:  80% (94/117)        
remote: Compressing objects:  81% (95/117)        
remote: Compressing objects:  82% (96/117)        
remote: Compressing objects:  83% (98/117)        
remote: Compressing objects:  84% (99/117)        
remote: Compressing objects:  85% (100/117)        
remote: Compressing objects:  86% (101/117)        
remote: Compressing objects:  87% (102/117)        
remote: Compressing objects:  88% (103/117)        
remote: Compressing objects:  89% (105/117)        
remote: Compressing objects:  90% (106/117)        
remote: Compressing objects:  91% (107/117)        
remote: Compressing objects:  92% (108/117)        
remote: Compressing objects:  93% (109/117)        
remote: Compressing objects:  94% (110/117)        
remote: Compressing objects:  95% (112/117)        
remote: Compressing objects:  96% (113/117)        
remote: Compressing objects:  97% (114/117)        
remote: Compressing objects:  98% (115/117)        
remote: Compressing objects:  99% (116/117)        
remote: Compressing objects: 100% (117/117)        
remote: Compressing objects: 100% (117/117), done.        
Receiving objects:   0% (1/833944)
Receiving objects:   1% (8340/833944), 7.87 MiB | 15.61 MiB/s
Receiving objects:   2% (16679/833944), 7.87 MiB | 15.61 MiB/s
Receiving objects:   2% (20065/833944), 7.87 MiB | 15.61 MiB/s
Receiving objects:   3% (25019/833944), 16.95 MiB | 16.79 MiB/s
Receiving objects:   4% (33358/833944), 25.33 MiB | 16.78 MiB/s
Receiving objects:   5% (41698/833944), 25.33 MiB | 16.78 MiB/s
Receiving objects:   5% (43446/833944), 25.33 MiB | 16.78 MiB/s
Receiving objects:   6% (50037/833944), 33.70 MiB | 16.75 MiB/s
Receiving objects:   7% (58377/833944), 41.58 MiB | 16.52 MiB/s
Receiving objects:   8% (66716/833944), 41.58 MiB | 16.52 MiB/s
Receiving objects:   8% (72734/833944), 41.58 MiB | 16.52 MiB/s
Receiving objects:   9% (75055/833944), 47.45 MiB | 15.71 MiB/s
Receiving objects:  10% (83395/833944), 47.45 MiB | 15.71 MiB/s
Receiving objects:  11% (91734/833944), 47.45 MiB | 15.71 MiB/s
Receiving objects:  12% (100074/833944), 51.70 MiB | 14.67 MiB/s
Receiving objects:  13% (108413/833944), 51.70 MiB | 14.67 MiB/s
Receiving objects:  13% (110298/833944), 51.70 MiB | 14.67 MiB/s
Receiving objects:  14% (116753/833944), 56.45 MiB | 14.00 MiB/s
Receiving objects:  15% (125092/833944), 56.45 MiB | 14.00 MiB/s
Receiving objects:  16% (133432/833944), 62.08 MiB | 13.70 MiB/s
Receiving objects:  17% (141771/833944), 62.08 MiB | 13.70 MiB/s
Receiving objects:  17% (146479/833944), 62.08 MiB | 13.70 MiB/s
Receiving objects:  18% (150110/833944), 67.17 MiB | 13.09 MiB/s
Receiving objects:  19% (158450/833944), 67.17 MiB | 13.09 MiB/s
Receiving objects:  20% (166789/833944), 72.56 MiB | 12.27 MiB/s
Receiving objects:  21% (175129/833944), 72.56 MiB | 12.27 MiB/s
Receiving objects:  22% (183468/833944), 72.56 MiB | 12.27 MiB/s
Receiving objects:  22% (183774/833944), 72.56 MiB | 12.27 MiB/s
Receiving objects:  23% (191808/833944), 78.40 MiB | 11.71 MiB/s
Receiving objects:  24% (200147/833944), 78.40 MiB | 11.71 MiB/s
Receiving objects:  25% (208486/833944), 78.40 MiB | 11.71 MiB/s
Receiving objects:  26% (216826/833944), 84.59 MiB | 11.23 MiB/s
Receiving objects:  27% (225165/833944), 84.59 MiB | 11.23 MiB/s
Receiving objects:  28% (233505/833944), 84.59 MiB | 11.23 MiB/s
Receiving objects:  28% (234088/833944), 84.59 MiB | 11.23 MiB/s
Receiving objects:  29% (241844/833944), 91.11 MiB | 10.95 MiB/s
Receiving objects:  30% (250184/833944), 91.11 MiB | 10.95 MiB/s
Receiving objects:  31% (258523/833944), 91.11 MiB | 10.95 MiB/s
Receiving objects:  32% (266863/833944), 98.10 MiB | 11.20 MiB/s
Receiving objects:  33% (275202/833944), 98.10 MiB | 11.20 MiB/s
Receiving objects:  34% (283541/833944), 98.10 MiB | 11.20 MiB/s
Receiving objects:  34% (291501/833944), 98.10 MiB | 11.20 MiB/s
Receiving objects:  35% (291881/833944), 98.10 MiB | 11.20 MiB/s
Receiving objects:  36% (300220/833944), 105.52 MiB | 11.91 MiB/s
Receiving objects:  37% (308560/833944), 105.52 MiB | 11.91 MiB/s
Receiving objects:  38% (316899/833944), 105.52 MiB | 11.91 MiB/s
Receiving objects:  39% (325239/833944), 105.52 MiB | 11.91 MiB/s
Receiving objects:  40% (333578/833944), 105.52 MiB | 11.91 MiB/s
Receiving objects:  41% (341918/833944), 113.32 MiB | 12.61 MiB/s
Receiving objects:  42% (350257/833944), 113.32 MiB | 12.61 MiB/s
Receiving objects:  43% (358596/833944), 113.32 MiB | 12.61 MiB/s
Receiving objects:  44% (366936/833944), 113.32 MiB | 12.61 MiB/s
Receiving objects:  44% (374704/833944), 113.32 MiB | 12.61 MiB/s
Receiving objects:  45% (375275/833944), 113.32 MiB | 12.61 MiB/s
Receiving objects:  46% (383615/833944), 121.59 MiB | 13.20 MiB/s
Receiving objects:  47% (391954/833944), 121.59 MiB | 13.20 MiB/s
Receiving objects:  48% (400294/833944), 121.59 MiB | 13.20 MiB/s
Receiving objects:  49% (408633/833944), 121.59 MiB | 13.20 MiB/s
Receiving objects:  50% (416972/833944), 121.59 MiB | 13.20 MiB/s
Receiving objects:  51% (425312/833944), 130.13 MiB | 13.97 MiB/s
Receiving objects:  52% (433651/833944), 130.13 MiB | 13.97 MiB/s
Receiving objects:  53% (441991/833944), 130.13 MiB | 13.97 MiB/s
Receiving objects:  53% (450245/833944), 130.13 MiB | 13.97 MiB/s
Receiving objects:  54% (450330/833944), 130.13 MiB | 13.97 MiB/s
Receiving objects:  55% (458670/833944), 130.13 MiB | 13.97 MiB/s
Receiving objects:  56% (467009/833944), 139.10 MiB | 14.78 MiB/s
Receiving objects:  57% (475349/833944), 139.10 MiB | 14.78 MiB/s
Receiving objects:  58% (483688/833944), 139.10 MiB | 14.78 MiB/s
Receiving objects:  59% (492027/833944), 139.10 MiB | 14.78 MiB/s
Receiving objects:  60% (500367/833944), 139.10 MiB | 14.78 MiB/s
Receiving objects:  61% (508706/833944), 139.10 MiB | 14.78 MiB/s
Receiving objects:  62% (517046/833944), 139.10 MiB | 14.78 MiB/s
Receiving objects:  63% (525385/833944), 139.10 MiB | 14.78 MiB/s
Receiving objects:  64% (533725/833944), 139.10 MiB | 14.78 MiB/s
Receiving objects:  65% (542064/833944), 139.10 MiB | 14.78 MiB/s
Receiving objects:  66% (550404/833944), 139.10 MiB | 14.78 MiB/s
Receiving objects:  67% (558743/833944), 148.54 MiB | 15.59 MiB/s
Receiving objects:  68% (567082/833944), 148.54 MiB | 15.59 MiB/s
Receiving objects:  69% (575422/833944), 148.54 MiB | 15.59 MiB/s
Receiving objects:  69% (581339/833944), 148.54 MiB | 15.59 MiB/s
Receiving objects:  70% (583761/833944), 148.54 MiB | 15.59 MiB/s
Receiving objects:  71% (592101/833944), 158.36 MiB | 16.39 MiB/s
Receiving objects:  72% (600440/833944), 158.36 MiB | 16.39 MiB/s
Receiving objects:  73% (608780/833944), 158.36 MiB | 16.39 MiB/s
Receiving objects:  74% (617119/833944), 158.36 MiB | 16.39 MiB/s
Receiving objects:  75% (625458/833944), 158.36 MiB | 16.39 MiB/s
Receiving objects:  76% (633798/833944), 158.36 MiB | 16.39 MiB/s
Receiving objects:  77% (642137/833944), 158.36 MiB | 16.39 MiB/s
Receiving objects:  78% (650477/833944), 158.36 MiB | 16.39 MiB/s
Receiving objects:  79% (658816/833944), 158.36 MiB | 16.39 MiB/s
Receiving objects:  80% (667156/833944), 158.36 MiB | 16.39 MiB/s
Receiving objects:  81% (675495/833944), 158.36 MiB | 16.39 MiB/s
Receiving objects:  82% (683835/833944), 158.36 MiB | 16.39 MiB/s
Receiving objects:  83% (692174/833944), 168.65 MiB | 17.23 MiB/s
Receiving objects:  84% (700513/833944), 168.65 MiB | 17.23 MiB/s
Receiving objects:  85% (708853/833944), 168.65 MiB | 17.23 MiB/s
Receiving objects:  86% (717192/833944), 168.65 MiB | 17.23 MiB/s
Receiving objects:  87% (725532/833944), 168.65 MiB | 17.23 MiB/s
Receiving objects:  88% (733871/833944), 168.65 MiB | 17.23 MiB/s
Receiving objects:  89% (742211/833944), 168.65 MiB | 17.23 MiB/s
Receiving objects:  90% (750550/833944), 168.65 MiB | 17.23 MiB/s
Receiving objects:  91% (758890/833944), 168.65 MiB | 17.23 MiB/s
Receiving objects:  92% (767229/833944), 168.65 MiB | 17.23 MiB/s
Receiving objects:  93% (775568/833944), 168.65 MiB | 17.23 MiB/s
Receiving objects:  94% (783908/833944), 168.65 MiB | 17.23 MiB/s
Receiving objects:  94% (791958/833944), 168.65 MiB | 17.23 MiB/s
Receiving objects:  95% (792247/833944), 168.65 MiB | 17.23 MiB/s
Receiving objects:  96% (800587/833944), 179.27 MiB | 18.04 MiB/s
Receiving objects:  97% (808926/833944), 179.27 MiB | 18.04 MiB/s
Receiving objects:  98% (817266/833944), 179.27 MiB | 18.04 MiB/s
Receiving objects:  99% (825605/833944), 179.27 MiB | 18.04 MiB/s
remote: Total 833944 (delta 111), reused 37 (delta 34), pack-reused 833793 (from 3)        
Receiving objects: 100% (833944/833944), 190.27 MiB | 18.83 MiB/s
Receiving objects: 100% (833944/833944), 190.79 MiB | 15.17 MiB/s, done.
Resolving deltas:   0% (0/630290)
Resolving deltas:   1% (6303/630290)
Resolving deltas:   2% (12606/630290)
Resolving deltas:   3% (18909/630290)
Resolving deltas:   4% (25212/630290)
Resolving deltas:   5% (31515/630290)
Resolving deltas:   5% (36582/630290)
Resolving deltas:   6% (37818/630290)
Resolving deltas:   7% (44121/630290)
Resolving deltas:   8% (50424/630290)
Resolving deltas:   9% (56727/630290)
Resolving deltas:  10% (63029/630290)
Resolving deltas:  11% (69332/630290)
Resolving deltas:  12% (75635/630290)
Resolving deltas:  12% (78528/630290)
Resolving deltas:  13% (81938/630290)
Resolving deltas:  14% (88241/630290)
Resolving deltas:  15% (94544/630290)
Resolving deltas:  16% (100847/630290)
Resolving deltas:  17% (107150/630290)
Resolving deltas:  17% (108385/630290)
Resolving deltas:  18% (113453/630290)
Resolving deltas:  19% (119756/630290)
Resolving deltas:  20% (126058/630290)
Resolving deltas:  21% (132361/630290)
Resolving deltas:  22% (138664/630290)
Resolving deltas:  23% (144967/630290)
Resolving deltas:  23% (150491/630290)
Resolving deltas:  24% (151270/630290)
Resolving deltas:  25% (157573/630290)
Resolving deltas:  26% (163876/630290)
Resolving deltas:  27% (170179/630290)
Resolving deltas:  28% (176482/630290)
Resolving deltas:  29% (182785/630290)
Resolving deltas:  30% (189087/630290)
Resolving deltas:  30% (192480/630290)
Resolving deltas:  31% (195390/630290)
Resolving deltas:  32% (201693/630290)
Resolving deltas:  33% (207996/630290)
Resolving deltas:  34% (214299/630290)
Resolving deltas:  35% (220602/630290)
Resolving deltas:  36% (226905/630290)
Resolving deltas:  37% (233208/630290)
Resolving deltas:  38% (239511/630290)
Resolving deltas:  38% (243419/630290)
Resolving deltas:  39% (245814/630290)
Resolving deltas:  40% (252116/630290)
Resolving deltas:  41% (258419/630290)
Resolving deltas:  42% (264722/630290)
Resolving deltas:  43% (271025/630290)
Resolving deltas:  44% (277328/630290)
Resolving deltas:  45% (283631/630290)
Resolving deltas:  46% (289934/630290)
Resolving deltas:  47% (296237/630290)
Resolving deltas:  47% (301820/630290)
Resolving deltas:  48% (302540/630290)
Resolving deltas:  49% (308843/630290)
Resolving deltas:  50% (315145/630290)
Resolving deltas:  51% (321448/630290)
Resolving deltas:  52% (327751/630290)
Resolving deltas:  53% (334054/630290)
Resolving deltas:  54% (340357/630290)
Resolving deltas:  55% (346660/630290)
Resolving deltas:  55% (352260/630290)
Resolving deltas:  56% (352963/630290)
Resolving deltas:  57% (359266/630290)
Resolving deltas:  58% (365569/630290)
Resolving deltas:  59% (371872/630290)
Resolving deltas:  60% (378174/630290)
Resolving deltas:  61% (384477/630290)
Resolving deltas:  62% (390780/630290)
Resolving deltas:  62% (394208/630290)
Resolving deltas:  63% (397083/630290)
Resolving deltas:  64% (403386/630290)
Resolving deltas:  65% (409689/630290)
Resolving deltas:  66% (415992/630290)
Resolving deltas:  67% (422295/630290)
Resolving deltas:  68% (428598/630290)
Resolving deltas:  68% (433251/630290)
Resolving deltas:  69% (434901/630290)
Resolving deltas:  70% (441203/630290)
Resolving deltas:  71% (447506/630290)
Resolving deltas:  72% (453809/630290)
Resolving deltas:  73% (460112/630290)
Resolving deltas:  74% (466415/630290)
Resolving deltas:  75% (472718/630290)
Resolving deltas:  76% (479021/630290)
Resolving deltas:  76% (479646/630290)
Resolving deltas:  77% (485324/630290)
Resolving deltas:  78% (491627/630290)
Resolving deltas:  79% (497930/630290)
Resolving deltas:  80% (504232/630290)
Resolving deltas:  81% (510535/630290)
Resolving deltas:  82% (516838/630290)
Resolving deltas:  82% (518053/630290)
Resolving deltas:  83% (523141/630290)
Resolving deltas:  84% (529444/630290)
Resolving deltas:  85% (535747/630290)
Resolving deltas:  86% (542050/630290)
Resolving deltas:  87% (548353/630290)
Resolving deltas:  88% (554656/630290)
Resolving deltas:  89% (560959/630290)
Resolving deltas:  90% (567261/630290)
Resolving deltas:  90% (568094/630290)
Resolving deltas:  91% (573564/630290)
Resolving deltas:  92% (579867/630290)
Resolving deltas:  93% (586170/630290)
Resolving deltas:  94% (592473/630290)
Resolving deltas:  95% (598776/630290)
Resolving deltas:  96% (605079/630290)
Resolving deltas:  97% (611382/630290)
Resolving deltas:  98% (617685/630290)
Resolving deltas:  99% (623988/630290)
Resolving deltas: 100% (630290/630290)
Resolving deltas: 100% (630290/630290), done.
Updating files:   0% (1/5639)
Updating files:   1% (57/5639)
Updating files:   2% (113/5639)
Updating files:   3% (170/5639)
Updating files:   4% (226/5639)
Updating files:   5% (282/5639)
Updating files:   6% (339/5639)
Updating files:   7% (395/5639)
Updating files:   8% (452/5639)
Updating files:   9% (508/5639)
Updating files:  10% (564/5639)
Updating files:  11% (621/5639)
Updating files:  12% (677/5639)
Updating files:  13% (734/5639)
Updating files:  14% (790/5639)
Updating files:  15% (846/5639)
Updating files:  16% (903/5639)
Updating files:  17% (959/5639)
Updating files:  18% (1016/5639)
Updating files:  19% (1072/5639)
Updating files:  19% (1114/5639)
Updating files:  20% (1128/5639)
Updating files:  21% (1185/5639)
Updating files:  22% (1241/5639)
Updating files:  23% (1297/5639)
Updating files:  24% (1354/5639)
Updating files:  25% (1410/5639)
Updating files:  26% (1467/5639)
Updating files:  27% (1523/5639)
Updating files:  28% (1579/5639)
Updating files:  29% (1636/5639)
Updating files:  30% (1692/5639)
Updating files:  31% (1749/5639)
Updating files:  32% (1805/5639)
Updating files:  33% (1861/5639)
Updating files:  34% (1918/5639)
Updating files:  35% (1974/5639)
Updating files:  36% (2031/5639)
Updating files:  37% (2087/5639)
Updating files:  38% (2143/5639)
Updating files:  39% (2200/5639)
Updating files:  40% (2256/5639)
Updating files:  41% (2312/5639)
Updating files:  42% (2369/5639)
Updating files:  43% (2425/5639)
Updating files:  44% (2482/5639)
Updating files:  45% (2538/5639)
Updating files:  46% (2594/5639)
Updating files:  47% (2651/5639)
Updating files:  48% (2707/5639)
Updating files:  49% (2764/5639)
Updating files:  50% (2820/5639)
Updating files:  51% (2876/5639)
Updating files:  52% (2933/5639)
Updating files:  53% (2989/5639)
Updating files:  54% (3046/5639)
Updating files:  55% (3102/5639)
Updating files:  56% (3158/5639)
Updating files:  57% (3215/5639)
Updating files:  58% (3271/5639)
Updating files:  59% (3328/5639)
Updating files:  60% (3384/5639)
Updating files:  61% (3440/5639)
Updating files:  62% (3497/5639)
Updating files:  63% (3553/5639)
Updating files:  64% (3609/5639)
Updating files:  65% (3666/5639)
Updating files:  66% (3722/5639)
Updating files:  67% (3779/5639)
Updating files:  68% (3835/5639)
Updating files:  69% (3891/5639)
Updating files:  70% (3948/5639)
Updating files:  71% (4004/5639)
Updating files:  72% (4061/5639)
Updating files:  73% (4117/5639)
Updating files:  74% (4173/5639)
Updating files:  75% (4230/5639)
Updating files:  76% (4286/5639)
Updating files:  77% (4343/5639)
Updating files:  78% (4399/5639)
Updating files:  79% (4455/5639)
Updating files:  80% (4512/5639)
Updating files:  81% (4568/5639)
Updating files:  82% (4624/5639)
Updating files:  83% (4681/5639)
Updating files:  84% (4737/5639)
Updating files:  85% (4794/5639)
Updating files:  86% (4850/5639)
Updating files:  87% (4906/5639)
Updating files:  88% (4963/5639)
Updating files:  89% (5019/5639)
Updating files:  90% (5076/5639)
Updating files:  91% (5132/5639)
Updating files:  92% (5188/5639)
Updating files:  93% (5245/5639)
Updating files:  94% (5301/5639)
Updating files:  95% (5358/5639)
Updating files:  96% (5414/5639)
Updating files:  97% (5470/5639)
Updating files:  98% (5527/5639)
Updating files:  99% (5583/5639)
Updating files: 100% (5639/5639)
Updating files: 100% (5639/5639), done.
Note: switching to '5cc8361e4baa3df705f8a811eeaeaa03e4f15b83'.

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 5cc8361e4b [3.15] gh-154746: Update docstring for `collections.Counter` (GH-154792) (GH-154793)

In file included from ./Modules/expat/xmltok.c:309:
./Modules/expat/xmltok_impl.c:283:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
  283 |     CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
      |     ^
./Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
  116 |     EXPAT_FALLTHROUGH;                                                         \
      |     ^
./Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
   45 | #      define EXPAT_FALLTHROUGH __attribute__((fallthrough))
      |                                 ^
In file included from ./Modules/expat/xmltok.c:309:
./Modules/expat/xmltok_impl.c:290:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
  290 |       CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
      |       ^
./Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
   87 |     EXPAT_FALLTHROUGH;                                                         \
      |     ^
./Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
   45 | #      define EXPAT_FALLTHROUGH __attribute__((fallthrough))
      |                                 ^
In file included from ./Modules/expat/xmltok.c:309:
./Modules/expat/xmltok_impl.c:436:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
  436 |     CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
      |     ^
./Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
  116 |     EXPAT_FALLTHROUGH;                                                         \
      |     ^
./Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
   45 | #      define EXPAT_FALLTHROUGH __attribute__((fallthrough))
      |                                 ^
In file included from ./Modules/expat/xmltok.c:309:
./Modules/expat/xmltok_impl.c:443:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
  443 |       CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
      |       ^
./Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
   87 |     EXPAT_FALLTHROUGH;                                                         \
      |     ^
./Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
   45 | #      define EXPAT_FALLTHROUGH __attribute__((fallthrough))
      |                                 ^
In file included from ./Modules/expat/xmltok.c:309:
./Modules/expat/xmltok_impl.c:549:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
  549 |     CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
      |     ^
./Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
  116 |     EXPAT_FALLTHROUGH;                                                         \
      |     ^
./Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
   45 | #      define EXPAT_FALLTHROUGH __attribute__((fallthrough))
      |                                 ^
In file included from ./Modules/expat/xmltok.c:309:
./Modules/expat/xmltok_impl.c:558:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
  558 |       CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
      |       ^
./Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
   87 |     EXPAT_FALLTHROUGH;                                                         \
      |     ^
./Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
   45 | #      define EXPAT_FALLTHROUGH __attribute__((fallthrough))
      |                                 ^
In file included from ./Modules/expat/xmltok.c:309:
./Modules/expat/xmltok_impl.c:580:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
  580 |       CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
      |       ^
./Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
   87 |     EXPAT_FALLTHROUGH;                                                         \
      |     ^
./Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
   45 | #      define EXPAT_FALLTHROUGH __attribute__((fallthrough))
      |                                 ^
In file included from ./Modules/expat/xmltok.c:309:
./Modules/expat/xmltok_impl.c:591:9: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
  591 |         CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
      |         ^
./Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
  116 |     EXPAT_FALLTHROUGH;                                                         \
      |     ^
./Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
   45 | #      define EXPAT_FALLTHROUGH __attribute__((fallthrough))
      |                                 ^
In file included from ./Modules/expat/xmltok.c:309:
./Modules/expat/xmltok_impl.c:688:11: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
  688 |           CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
      |           ^
./Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
  116 |     EXPAT_FALLTHROUGH;                                                         \
      |     ^
./Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
   45 | #      define EXPAT_FALLTHROUGH __attribute__((fallthrough))
      |                                 ^
In file included from ./Modules/expat/xmltok.c:309:
./Modules/expat/xmltok_impl.c:733:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
  733 |     CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
      |     ^
./Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
  116 |     EXPAT_FALLTHROUGH;                                                         \
      |     ^
./Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
   45 | #      define EXPAT_FALLTHROUGH __attribute__((fallthrough))
      |                                 ^
In file included from ./Modules/expat/xmltok.c:309:
./Modules/expat/xmltok_impl.c:759:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
  759 |       CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
      |       ^
./Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
   87 |     EXPAT_FALLTHROUGH;                                                         \
      |     ^
./Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
   45 | #      define EXPAT_FALLTHROUGH __attribute__((fallthrough))
      |                                 ^
In file included from ./Modules/expat/xmltok.c:309:
./Modules/expat/xmltok_impl.c:770:9: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
  770 |         CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
      |         ^
./Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
  116 |     EXPAT_FALLTHROUGH;                                                         \
      |     ^
./Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
   45 | #      define EXPAT_FALLTHROUGH __attribute__((fallthrough))
      |                                 ^
In file included from ./Modules/expat/xmltok.c:309:
./Modules/expat/xmltok_impl.c:783:11: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
  783 |           CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
      |           ^
./Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
  116 |     EXPAT_FALLTHROUGH;                                                         \
      |     ^
./Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
   45 | #      define EXPAT_FALLTHROUGH __attribute__((fallthrough))
      |                                 ^
In file included from ./Modules/expat/xmltok.c:309:
./Modules/expat/xmltok_impl.c:928:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
  928 |     CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
      |     ^
./Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
  116 |     EXPAT_FALLTHROUGH;                                                         \
      |     ^
./Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
   45 | #      define EXPAT_FALLTHROUGH __attribute__((fallthrough))
      |                                 ^
In file included from ./Modules/expat/xmltok.c:309:
./Modules/expat/xmltok_impl.c:941:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
  941 |       CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
      |       ^
./Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
   87 |     EXPAT_FALLTHROUGH;                                                         \
      |     ^
./Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
   45 | #      define EXPAT_FALLTHROUGH __attribute__((fallthrough))
      |                                 ^
In file included from ./Modules/expat/xmltok.c:309:
./Modules/expat/xmltok_impl.c:958:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
  958 |     CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
      |     ^
./Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
  116 |     EXPAT_FALLTHROUGH;                                                         \
      |     ^
./Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
   45 | #      define EXPAT_FALLTHROUGH __attribute__((fallthrough))
      |                                 ^
In file included from ./Modules/expat/xmltok.c:309:
./Modules/expat/xmltok_impl.c:965:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
  965 |       CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
      |       ^
./Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
   87 |     EXPAT_FALLTHROUGH;                                                         \
      |     ^
./Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
   45 | #      define EXPAT_FALLTHROUGH __attribute__((fallthrough))
      |                                 ^
In file included from ./Modules/expat/xmltok.c:309:
./Modules/expat/xmltok_impl.c:1200:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
 1200 |       CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
      |       ^
./Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
   87 |     EXPAT_FALLTHROUGH;                                                         \
      |     ^
./Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
   45 | #      define EXPAT_FALLTHROUGH __attribute__((fallthrough))
      |                                 ^
In file included from ./Modules/expat/xmltok.c:309:
./Modules/expat/xmltok_impl.c:1220:11: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
 1220 |           CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
      |           ^
./Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
   87 |     EXPAT_FALLTHROUGH;                                                         \
      |     ^
./Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
   45 | #      define EXPAT_FALLTHROUGH __attribute__((fallthrough))
      |                                 ^
19 warnings generated.

make: [Makefile:3021: libinstall] Error 1 (ignored)
ln: failed to create symbolic link 'python3': No space left on device
make: *** [Makefile:2744: bininstall] Error 1

@bedevere-bot

Copy link
Copy Markdown

⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️

Hi! The buildbot PPC64LE Fedora Stable 3.14 (tier-2) has failed when building commit 556fa42.

What do you need to do:

  1. Don't panic.
  2. Check the buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/#/builders/1695/builds/895) and take a look at the build logs.
  4. Check if the failure is related to this commit (556fa42) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/#/builders/1695/builds/895

Summary of the results of the build (if available):

Click to see traceback logs
Note: switching to '556fa42a8165dbada956c6bb406f61f63c3cf0f5'.

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 556fa42a8165d [3.14] gh-154746: Update docstring for `collections.Counter` (GH-154792) (GH-154794)
Switched to and reset branch '3.14'

/usr/bin/ld.bfd: final link failed: No space left on device
collect2: error: ld returned 1 exit status
make: *** [Makefile:1845: _bootstrap_python] Error 1

@bedevere-bot

Copy link
Copy Markdown

⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️

Hi! The buildbot PPC64LE Fedora Stable Clang 3.14 (tier-3) has failed when building commit 556fa42.

What do you need to do:

  1. Don't panic.
  2. Check the buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/#/builders/1779/builds/888) and take a look at the build logs.
  4. Check if the failure is related to this commit (556fa42) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/#/builders/1779/builds/888

Summary of the results of the build (if available):

Click to see traceback logs
Note: switching to '556fa42a8165dbada956c6bb406f61f63c3cf0f5'.

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 556fa42a8165d [3.14] gh-154746: Update docstring for `collections.Counter` (GH-154792) (GH-154794)
Switched to and reset branch '3.14'

/usr/bin/ld.bfd: final link failed: No space left on device
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [Makefile:1845: _bootstrap_python] Error 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants