Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

gh-133551: Support t-strings in annotationlib#133553

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
JelleZijlstra merged 4 commits intopython:mainfromJelleZijlstra:749-750
May 8, 2025

Conversation

JelleZijlstra
Copy link
Member

@JelleZijlstraJelleZijlstra commentedMay 7, 2025
edited by bedevere-appbot
Loading

I don't know why you'd use t-strings in annotations, but now if you do,
the STRING format will do a great job of recovering the source code.

I don't know why you'd use t-strings in annotations, but now if you do,the STRING format will do a great job of recovering the source code.
Copy link
Member

@lysnikolaoulysnikolaou left a comment

Choose a reason for hiding this comment

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

Apart from@AA-Turner's comments, content looks good!

JelleZijlstraand others added3 commitsMay 7, 2025 06:35
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
@JelleZijlstraJelleZijlstra added the needs backport to 3.14bugs and security fixes labelMay 8, 2025
@JelleZijlstraJelleZijlstra merged commit90f476e intopython:mainMay 8, 2025
41 checks passed
@miss-islington-app
Copy link

Thanks@JelleZijlstra for the PR 🌮🎉.. I'm working now to backport this PR to: 3.14.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull requestMay 8, 2025
I don't know why you'd use t-strings in annotations, but now if you do,the STRING format will do a great job of recovering the source code.(cherry picked from commit90f476e)Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
@JelleZijlstraJelleZijlstra deleted the 749-750 branchMay 8, 2025 01:10
@bedevere-app
Copy link

GH-133628 is a backport of this pull request to the3.14 branch.

@bedevere-appbedevere-appbot removed the needs backport to 3.14bugs and security fixes labelMay 8, 2025
@bedevere-bot
Copy link

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

Hi! The buildbotAMD64 CentOS9 NoGIL 3.x (tier-1) has failed when building commit90f476e.

What do you need to do:

  1. Don't panic.
  2. Checkthe 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/1609/builds/2517) and take a look at the build logs.
  4. Check if the failure is related to this commit (90f476e) 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/1609/builds/2517

Failed tests:

  • test_unparse

Failed subtests:

  • test_files - test.test_unparse.DirectoryTestCase.test_files

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

==

Click to see traceback logs
Traceback (most recent call last):  File"/home/buildbot/buildarea/3.x.itamaro-centos-aws.nogil/build/Lib/test/test_unparse.py", line139, incheck_ast_roundtripself.assertASTEqual(ast1, ast2)~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^  File"/home/buildbot/buildarea/3.x.itamaro-centos-aws.nogil/build/Lib/test/support/ast_helper.py", line46, inassertASTEqual    traverse_compare(ast1, ast2)~~~~~~~~~~~~~~~~^^^^^^^^^^^^  File"/home/buildbot/buildarea/3.x.itamaro-centos-aws.nogil/build/Lib/test/support/ast_helper.py", line27, intraverse_compare    traverse_compare(value1, value2)~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^  File"/home/buildbot/buildarea/3.x.itamaro-centos-aws.nogil/build/Lib/test/support/ast_helper.py", line31, intraverse_compare    traverse_compare(node1, node2)~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^  File"/home/buildbot/buildarea/3.x.itamaro-centos-aws.nogil/build/Lib/test/support/ast_helper.py", line27, intraverse_compare    traverse_compare(value1, value2)~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^  File"/home/buildbot/buildarea/3.x.itamaro-centos-aws.nogil/build/Lib/test/support/ast_helper.py", line27, intraverse_compare    traverse_compare(value1, value2)~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^  File"/home/buildbot/buildarea/3.x.itamaro-centos-aws.nogil/build/Lib/test/support/ast_helper.py", line43, intraverse_compareraiseself.failureException(msg)fromNoneAssertionError:First list contains 1 additional elements.

@bedevere-bot
Copy link

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

Hi! The buildbotARM64 macOS 3.x (tier-2) has failed when building commit90f476e.

What do you need to do:

  1. Don't panic.
  2. Checkthe 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/725/builds/10855) and take a look at the build logs.
  4. Check if the failure is related to this commit (90f476e) 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/725/builds/10855

Failed tests:

  • test_unparse
  • test_ssl

Failed subtests:

  • test_files - test.test_unparse.DirectoryTestCase.test_files
  • test_preauth_data_to_tls_server - test.test_ssl.TestPreHandshakeClose.test_preauth_data_to_tls_server

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

==

Click to see traceback logs
Traceback (most recent call last):  File "/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/test/test_unparse.py", line 139, in check_ast_roundtripself.assertASTEqual(ast1, ast2)~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/test/support/ast_helper.py", line46, inassertASTEqual    traverse_compare(ast1, ast2)~~~~~~~~~~~~~~~~^^^^^^^^^^^^  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/test/support/ast_helper.py", line27, intraverse_compare    traverse_compare(value1, value2)~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/test/support/ast_helper.py", line31, intraverse_compare    traverse_compare(node1, node2)~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/test/support/ast_helper.py", line27, intraverse_compare    traverse_compare(value1, value2)~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/test/support/ast_helper.py", line27, intraverse_compare    traverse_compare(value1, value2)~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/test/support/ast_helper.py", line43, intraverse_compareraiseself.failureException(msg)fromNoneAssertionError:First list contains 1 additional elements.Traceback (most recent call last):  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/test/test_unparse.py", line139, incheck_ast_roundtripself.assertASTEqual(ast1, ast2)~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/test/support/ast_helper.py", line46, inassertASTEqual    traverse_compare(ast1, ast2)~~~~~~~~~~~~~~~~^^^^^^^^^^^^  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/test/support/ast_helper.py", line27, intraverse_compare    traverse_compare(value1, value2)~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/test/support/ast_helper.py", line31, intraverse_compare    traverse_compare(node1, node2)~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/test/support/ast_helper.py", line27, intraverse_compare    traverse_compare(value1, value2)~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/test/support/ast_helper.py", line27, intraverse_compare    traverse_compare(value1, value2)~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/test/support/ast_helper.py", line43, intraverse_compareraiseself.failureException(msg)fromNoneAssertionError:First list contains 1 additional elements.Traceback (most recent call last):  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/test/test_ssl.py", line5134, intest_preauth_data_to_tls_serverself.assertIn("before TLS handshake with data", wrap_error.args[1])~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^AssertionError:'before TLS handshake with data' not found in '[SSL: RECORD_LAYER_FAILURE] record layer failure (_ssl.c:1077)'

@bedevere-bot
Copy link

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

Hi! The buildbotx86 Debian Non-Debug with X 3.x (no tier) has failed when building commit90f476e.

What do you need to do:

  1. Don't panic.
  2. Checkthe 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/1245/builds/5365) and take a look at the build logs.
  4. Check if the failure is related to this commit (90f476e) 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/1245/builds/5365

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

==

Click to see traceback logs
Traceback (most recent call last):  File �[35m"/buildbot/buildarea/3.x.ware-debian-x86.nondebug/build/Lib/test/test_annotationlib.py"�[0m, line �[35m387�[0m, in �[35mtest_displays�[0m    �[31mself.assertEqual�[0m�[1;31m(�[0m    �[31m~~~~~~~~~~~~~~~~�[0m�[1;31m^�[0m        �[1;31manno,�[0m        �[1;31m^^^^^�[0m...<5 lines>...        �[1;31m},�[0m        �[1;31m^^�[0m    �[1;31m)�[0m    �[1;31m^�[0m�[1;35mAssertionError�[0m:�[35m{'w':[29 chars] 'a[{str, int}, 3]', 'y': 'a[{int: str}, 4]', [19 chars] 5]'} != {'w':[29 chars] 'a[{int, str}, 3]', 'y': 'a[{int: str}, 4]', [19 chars] 5]'}  {'w': 'a[[int, str], float]',-  'x': 'a[{str, int}, 3]',?              -----Traceback (most recent call last):  File �[35m"/buildbot/buildarea/3.x.ware-debian-x86.nondebug/build/Lib/test/test_unparse.py"�[0m, line �[35m139�[0m, in �[35mcheck_ast_roundtrip�[0m    �[31mself.assertASTEqual�[0m�[1;31m(ast1, ast2)�[0m    �[31m~~~~~~~~~~~~~~~~~~~�[0m�[1;31m^^^^^^^^^^^^�[0m  File �[35m"/buildbot/buildarea/3.x.ware-debian-x86.nondebug/build/Lib/test/support/ast_helper.py"�[0m, line �[35m46�[0m, in �[35massertASTEqual�[0m    �[31mtraverse_compare�[0m�[1;31m(ast1, ast2)�[0m    �[31m~~~~~~~~~~~~~~~~�[0m�[1;31m^^^^^^^^^^^^�[0m  File �[35m"/buildbot/buildarea/3.x.ware-debian-x86.nondebug/build/Lib/test/support/ast_helper.py"�[0m, line �[35m27�[0m, in �[35mtraverse_compare�[0m    �[31mtraverse_compare�[0m�[1;31m(value1, value2)�[0m    �[31m~~~~~~~~~~~~~~~~�[0m�[1;31m^^^^^^^^^^^^^^^^�[0m  File �[35m"/buildbot/buildarea/3.x.ware-debian-x86.nondebug/build/Lib/test/support/ast_helper.py"�[0m, line �[35m31�[0m, in �[35mtraverse_compare�[0m    �[31mtraverse_compare�[0m�[1;31m(node1, node2)�[0m    �[31m~~~~~~~~~~~~~~~~�[0m�[1;31m^^^^^^^^^^^^^^�[0m  File �[35m"/buildbot/buildarea/3.x.ware-debian-x86.nondebug/build/Lib/test/support/ast_helper.py"�[0m, line �[35m27�[0m, in �[35mtraverse_compare�[0m    �[31mtraverse_compare�[0m�[1;31m(value1, value2)�[0m    �[31m~~~~~~~~~~~~~~~~�[0m�[1;31m^^^^^^^^^^^^^^^^�[0m  File �[35m"/buildbot/buildarea/3.x.ware-debian-x86.nondebug/build/Lib/test/support/ast_helper.py"�[0m, line �[35m27�[0m, in �[35mtraverse_compare�[0m    �[31mtraverse_compare�[0m�[1;31m(value1, value2)�[0m    �[31m~~~~~~~~~~~~~~~~�[0m�[1;31m^^^^^^^^^^^^^^^^�[0m  File �[35m"/buildbot/buildarea/3.x.ware-debian-x86.nondebug/build/Lib/test/support/ast_helper.py"�[0m, line �[35m43�[0m, in �[35mtraverse_compare�[0mraiseself.failureException(msg)fromNone�[1;35mAssertionError�[0m:�[35mFirst list contains 1 additional elements.�[0m

@bedevere-bot
Copy link

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

Hi! The buildbotAMD64 FreeBSD14 3.x (tier-3) has failed when building commit90f476e.

What do you need to do:

  1. Don't panic.
  2. Checkthe 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/1232/builds/5706) and take a look at the build logs.
  4. Check if the failure is related to this commit (90f476e) 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/1232/builds/5706

Failed tests:

  • test_unparse

Failed subtests:

  • test_files - test.test_unparse.DirectoryTestCase.test_files

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

==

Click to see traceback logs
Traceback (most recent call last):  File"/home/buildbot/buildarea/3.x.opsec-fbsd14/build/Lib/test/test_unparse.py", line139, incheck_ast_roundtripself.assertASTEqual(ast1, ast2)~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^  File"/home/buildbot/buildarea/3.x.opsec-fbsd14/build/Lib/test/support/ast_helper.py", line46, inassertASTEqual    traverse_compare(ast1, ast2)~~~~~~~~~~~~~~~~^^^^^^^^^^^^  File"/home/buildbot/buildarea/3.x.opsec-fbsd14/build/Lib/test/support/ast_helper.py", line27, intraverse_compare    traverse_compare(value1, value2)~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^  File"/home/buildbot/buildarea/3.x.opsec-fbsd14/build/Lib/test/support/ast_helper.py", line31, intraverse_compare    traverse_compare(node1, node2)~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^  File"/home/buildbot/buildarea/3.x.opsec-fbsd14/build/Lib/test/support/ast_helper.py", line27, intraverse_compare    traverse_compare(value1, value2)~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^  File"/home/buildbot/buildarea/3.x.opsec-fbsd14/build/Lib/test/support/ast_helper.py", line27, intraverse_compare    traverse_compare(value1, value2)~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^  File"/home/buildbot/buildarea/3.x.opsec-fbsd14/build/Lib/test/support/ast_helper.py", line43, intraverse_compareraiseself.failureException(msg)fromNoneAssertionError:First list contains 1 additional elements.

@bedevere-bot
Copy link

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

Hi! The buildbotAMD64 Windows Server 2022 NoGIL 3.x (tier-1) has failed when building commit90f476e.

What do you need to do:

  1. Don't panic.
  2. Checkthe 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/1241/builds/5660) and take a look at the build logs.
  4. Check if the failure is related to this commit (90f476e) 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/1241/builds/5660

Failed tests:

  • test_unparse
  • test.test_multiprocessing_spawn.test_misc

Failed subtests:

  • test_wait_integer - test.test_multiprocessing_spawn.test_misc.TestWait.test_wait_integer

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

==

Click to see traceback logs
Traceback (most recent call last):  File"C:\Users\Administrator\buildarea\3.x.itamaro-win64-srv-22-aws.x64.nogil\build\Lib\test\test_unparse.py", line139, incheck_ast_roundtripself.assertASTEqual(ast1, ast2)~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^  File"C:\Users\Administrator\buildarea\3.x.itamaro-win64-srv-22-aws.x64.nogil\build\Lib\test\support\ast_helper.py", line46, inassertASTEqual    traverse_compare(ast1, ast2)~~~~~~~~~~~~~~~~^^^^^^^^^^^^  File"C:\Users\Administrator\buildarea\3.x.itamaro-win64-srv-22-aws.x64.nogil\build\Lib\test\support\ast_helper.py", line27, intraverse_compare    traverse_compare(value1, value2)~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^  File"C:\Users\Administrator\buildarea\3.x.itamaro-win64-srv-22-aws.x64.nogil\build\Lib\test\support\ast_helper.py", line31, intraverse_compare    traverse_compare(node1, node2)~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^  File"C:\Users\Administrator\buildarea\3.x.itamaro-win64-srv-22-aws.x64.nogil\build\Lib\test\support\ast_helper.py", line27, intraverse_compare    traverse_compare(value1, value2)~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^  File"C:\Users\Administrator\buildarea\3.x.itamaro-win64-srv-22-aws.x64.nogil\build\Lib\test\support\ast_helper.py", line27, intraverse_compare    traverse_compare(value1, value2)~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^  File"C:\Users\Administrator\buildarea\3.x.itamaro-win64-srv-22-aws.x64.nogil\build\Lib\test\support\ast_helper.py", line43, intraverse_compareraiseself.failureException(msg)fromNoneAssertionError:First list contains 1 additional elements.Traceback (most recent call last):  File"C:\Users\Administrator\buildarea\3.x.itamaro-win64-srv-22-aws.x64.nogil\build\Lib\test\_test_multiprocessing.py", line5470, intest_wait_integerself.assertLess(delta, expected+2)~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^AssertionError:9.269663200015202 not less than 5

@bedevere-bot
Copy link

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

Hi! The buildbotAMD64 Debian root 3.x (tier-1) has failed when building commit90f476e.

What do you need to do:

  1. Don't panic.
  2. Checkthe 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/345/builds/11274) and take a look at the build logs.
  4. Check if the failure is related to this commit (90f476e) 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/345/builds/11274

Failed tests:

  • test_unparse

Failed subtests:

  • test_files - test.test_unparse.DirectoryTestCase.test_files

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

==

Click to see traceback logs
Traceback (most recent call last):  File"/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/test_unparse.py", line139, incheck_ast_roundtripself.assertASTEqual(ast1, ast2)~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^  File"/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/support/ast_helper.py", line46, inassertASTEqual    traverse_compare(ast1, ast2)~~~~~~~~~~~~~~~~^^^^^^^^^^^^  File"/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/support/ast_helper.py", line27, intraverse_compare    traverse_compare(value1, value2)~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^  File"/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/support/ast_helper.py", line31, intraverse_compare    traverse_compare(node1, node2)~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^  File"/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/support/ast_helper.py", line27, intraverse_compare    traverse_compare(value1, value2)~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^  File"/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/support/ast_helper.py", line27, intraverse_compare    traverse_compare(value1, value2)~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^  File"/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/support/ast_helper.py", line43, intraverse_compareraiseself.failureException(msg)fromNoneAssertionError:First list contains 1 additional elements.

@bedevere-bot
Copy link

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

Hi! The buildbotaarch64 Android 3.x (tier-3) has failed when building commit90f476e.

What do you need to do:

  1. Don't panic.
  2. Checkthe 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/1594/builds/2298) and take a look at the build logs.
  4. Check if the failure is related to this commit (90f476e) 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/1594/builds/2298

Failed tests:

  • test_unparse

Failed subtests:

  • test_files - test.test_unparse.DirectoryTestCase.test_files

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

==

Click to see traceback logs
Traceback (most recent call last):  File"/data/user/0/org.python.testbed/files/python/lib/python3.15/test/test_unparse.py", line139, incheck_ast_roundtripself.assertASTEqual(ast1, ast2)~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^  File"/data/user/0/org.python.testbed/files/python/lib/python3.15/test/support/ast_helper.py", line46, inassertASTEqual    traverse_compare(ast1, ast2)~~~~~~~~~~~~~~~~^^^^^^^^^^^^  File"/data/user/0/org.python.testbed/files/python/lib/python3.15/test/support/ast_helper.py", line27, intraverse_compare    traverse_compare(value1, value2)~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^  File"/data/user/0/org.python.testbed/files/python/lib/python3.15/test/support/ast_helper.py", line31, intraverse_compare    traverse_compare(node1, node2)~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^  File"/data/user/0/org.python.testbed/files/python/lib/python3.15/test/support/ast_helper.py", line27, intraverse_compare    traverse_compare(value1, value2)~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^  File"/data/user/0/org.python.testbed/files/python/lib/python3.15/test/support/ast_helper.py", line27, intraverse_compare    traverse_compare(value1, value2)~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^  File"/data/user/0/org.python.testbed/files/python/lib/python3.15/test/support/ast_helper.py", line43, intraverse_compareraiseself.failureException(msg)fromNoneAssertionError:First list contains 1 additional elements.

JelleZijlstra added a commit that referenced this pull requestMay 8, 2025
…3628)gh-133551: Support t-strings in annotationlib (GH-133553)I don't know why you'd use t-strings in annotations, but now if you do,the STRING format will do a great job of recovering the source code.(cherry picked from commit90f476e)Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
@bedevere-bot
Copy link

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

Hi! The buildbotAMD64 CentOS9 NoGIL 3.14 (tier-1) has failed when building commit9e1aa35.

What do you need to do:

  1. Don't panic.
  2. Checkthe 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/1733/builds/4) and take a look at the build logs.
  4. Check if the failure is related to this commit (9e1aa35) 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/1733/builds/4

Failed tests:

  • test_unparse

Failed subtests:

  • test_files - test.test_unparse.DirectoryTestCase.test_files

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

==

Click to see traceback logs
Traceback (most recent call last):  File"/home/buildbot/buildarea/3.14.itamaro-centos-aws.nogil/build/Lib/test/test_unparse.py", line139, incheck_ast_roundtripself.assertASTEqual(ast1, ast2)~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^  File"/home/buildbot/buildarea/3.14.itamaro-centos-aws.nogil/build/Lib/test/support/ast_helper.py", line46, inassertASTEqual    traverse_compare(ast1, ast2)~~~~~~~~~~~~~~~~^^^^^^^^^^^^  File"/home/buildbot/buildarea/3.14.itamaro-centos-aws.nogil/build/Lib/test/support/ast_helper.py", line27, intraverse_compare    traverse_compare(value1, value2)~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^  File"/home/buildbot/buildarea/3.14.itamaro-centos-aws.nogil/build/Lib/test/support/ast_helper.py", line31, intraverse_compare    traverse_compare(node1, node2)~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^  File"/home/buildbot/buildarea/3.14.itamaro-centos-aws.nogil/build/Lib/test/support/ast_helper.py", line27, intraverse_compare    traverse_compare(value1, value2)~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^  File"/home/buildbot/buildarea/3.14.itamaro-centos-aws.nogil/build/Lib/test/support/ast_helper.py", line27, intraverse_compare    traverse_compare(value1, value2)~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^  File"/home/buildbot/buildarea/3.14.itamaro-centos-aws.nogil/build/Lib/test/support/ast_helper.py", line43, intraverse_compareraiseself.failureException(msg)fromNoneAssertionError:First list contains 1 additional elements.

@bedevere-bot
Copy link

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

Hi! The buildbotx86 Debian Installed with X 3.14 (no tier) has failed when building commit9e1aa35.

What do you need to do:

  1. Don't panic.
  2. Checkthe 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/1793/builds/4) and take a look at the build logs.
  4. Check if the failure is related to this commit (9e1aa35) 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/1793/builds/4

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

==

Click to see traceback logs
Traceback (most recent call last):  File �[35m"/buildbot/buildarea/3.14.ware-debian-x86.installed/build/target/lib/python3.14/test/test_unparse.py"�[0m, line �[35m139�[0m, in �[35mcheck_ast_roundtrip�[0m    �[31mself.assertASTEqual�[0m�[1;31m(ast1, ast2)�[0m    �[31m~~~~~~~~~~~~~~~~~~~�[0m�[1;31m^^^^^^^^^^^^�[0m  File �[35m"/buildbot/buildarea/3.14.ware-debian-x86.installed/build/target/lib/python3.14/test/support/ast_helper.py"�[0m, line �[35m46�[0m, in �[35massertASTEqual�[0m    �[31mtraverse_compare�[0m�[1;31m(ast1, ast2)�[0m    �[31m~~~~~~~~~~~~~~~~�[0m�[1;31m^^^^^^^^^^^^�[0m  File �[35m"/buildbot/buildarea/3.14.ware-debian-x86.installed/build/target/lib/python3.14/test/support/ast_helper.py"�[0m, line �[35m27�[0m, in �[35mtraverse_compare�[0m    �[31mtraverse_compare�[0m�[1;31m(value1, value2)�[0m    �[31m~~~~~~~~~~~~~~~~�[0m�[1;31m^^^^^^^^^^^^^^^^�[0m  File �[35m"/buildbot/buildarea/3.14.ware-debian-x86.installed/build/target/lib/python3.14/test/support/ast_helper.py"�[0m, line �[35m31�[0m, in �[35mtraverse_compare�[0m    �[31mtraverse_compare�[0m�[1;31m(node1, node2)�[0m    �[31m~~~~~~~~~~~~~~~~�[0m�[1;31m^^^^^^^^^^^^^^�[0m  File �[35m"/buildbot/buildarea/3.14.ware-debian-x86.installed/build/target/lib/python3.14/test/support/ast_helper.py"�[0m, line �[35m27�[0m, in �[35mtraverse_compare�[0m    �[31mtraverse_compare�[0m�[1;31m(value1, value2)�[0m    �[31m~~~~~~~~~~~~~~~~�[0m�[1;31m^^^^^^^^^^^^^^^^�[0m  File �[35m"/buildbot/buildarea/3.14.ware-debian-x86.installed/build/target/lib/python3.14/test/support/ast_helper.py"�[0m, line �[35m27�[0m, in �[35mtraverse_compare�[0m    �[31mtraverse_compare�[0m�[1;31m(value1, value2)�[0m    �[31m~~~~~~~~~~~~~~~~�[0m�[1;31m^^^^^^^^^^^^^^^^�[0m  File �[35m"/buildbot/buildarea/3.14.ware-debian-x86.installed/build/target/lib/python3.14/test/support/ast_helper.py"�[0m, line �[35m43�[0m, in �[35mtraverse_compare�[0mraiseself.failureException(msg)fromNone�[1;35mAssertionError�[0m:�[35mFirst list contains 1 additional elements.�[0m

@bedevere-bot
Copy link

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

Hi! The buildbotARM64 macOS 3.14 (tier-2) has failed when building commit9e1aa35.

What do you need to do:

  1. Don't panic.
  2. Checkthe 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/1772/builds/4) and take a look at the build logs.
  4. Check if the failure is related to this commit (9e1aa35) 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/1772/builds/4

Failed tests:

  • test_unparse

Failed subtests:

  • test_files - test.test_unparse.DirectoryTestCase.test_files

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

==

Click to see traceback logs
Traceback (most recent call last):  File"/Users/buildbot/buildarea/3.14.pablogsal-macos-m1.macos-with-brew/build/Lib/test/test_unparse.py", line139, incheck_ast_roundtripself.assertASTEqual(ast1, ast2)~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^  File"/Users/buildbot/buildarea/3.14.pablogsal-macos-m1.macos-with-brew/build/Lib/test/support/ast_helper.py", line46, inassertASTEqual    traverse_compare(ast1, ast2)~~~~~~~~~~~~~~~~^^^^^^^^^^^^  File"/Users/buildbot/buildarea/3.14.pablogsal-macos-m1.macos-with-brew/build/Lib/test/support/ast_helper.py", line27, intraverse_compare    traverse_compare(value1, value2)~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^  File"/Users/buildbot/buildarea/3.14.pablogsal-macos-m1.macos-with-brew/build/Lib/test/support/ast_helper.py", line31, intraverse_compare    traverse_compare(node1, node2)~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^  File"/Users/buildbot/buildarea/3.14.pablogsal-macos-m1.macos-with-brew/build/Lib/test/support/ast_helper.py", line27, intraverse_compare    traverse_compare(value1, value2)~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^  File"/Users/buildbot/buildarea/3.14.pablogsal-macos-m1.macos-with-brew/build/Lib/test/support/ast_helper.py", line27, intraverse_compare    traverse_compare(value1, value2)~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^  File"/Users/buildbot/buildarea/3.14.pablogsal-macos-m1.macos-with-brew/build/Lib/test/support/ast_helper.py", line43, intraverse_compareraiseself.failureException(msg)fromNoneAssertionError:First list contains 1 additional elements.

@bedevere-bot
Copy link

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

Hi! The buildbotARM64 MacOS M1 NoGIL 3.14 (tier-2) has failed when building commit9e1aa35.

What do you need to do:

  1. Don't panic.
  2. Checkthe 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/1680/builds/4) and take a look at the build logs.
  4. Check if the failure is related to this commit (9e1aa35) 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/1680/builds/4

Failed tests:

  • test_unparse

Failed subtests:

  • test_files - test.test_unparse.DirectoryTestCase.test_files

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

==

Click to see traceback logs
Traceback (most recent call last):  File"/Users/ec2-user/buildbot/buildarea/3.14.itamaro-macos-arm64-aws.macos-with-brew.nogil/build/Lib/test/test_unparse.py", line139, incheck_ast_roundtripself.assertASTEqual(ast1, ast2)~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^  File"/Users/ec2-user/buildbot/buildarea/3.14.itamaro-macos-arm64-aws.macos-with-brew.nogil/build/Lib/test/support/ast_helper.py", line46, inassertASTEqual    traverse_compare(ast1, ast2)~~~~~~~~~~~~~~~~^^^^^^^^^^^^  File"/Users/ec2-user/buildbot/buildarea/3.14.itamaro-macos-arm64-aws.macos-with-brew.nogil/build/Lib/test/support/ast_helper.py", line27, intraverse_compare    traverse_compare(value1, value2)~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^  File"/Users/ec2-user/buildbot/buildarea/3.14.itamaro-macos-arm64-aws.macos-with-brew.nogil/build/Lib/test/support/ast_helper.py", line31, intraverse_compare    traverse_compare(node1, node2)~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^  File"/Users/ec2-user/buildbot/buildarea/3.14.itamaro-macos-arm64-aws.macos-with-brew.nogil/build/Lib/test/support/ast_helper.py", line27, intraverse_compare    traverse_compare(value1, value2)~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^  File"/Users/ec2-user/buildbot/buildarea/3.14.itamaro-macos-arm64-aws.macos-with-brew.nogil/build/Lib/test/support/ast_helper.py", line27, intraverse_compare    traverse_compare(value1, value2)~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^  File"/Users/ec2-user/buildbot/buildarea/3.14.itamaro-macos-arm64-aws.macos-with-brew.nogil/build/Lib/test/support/ast_helper.py", line43, intraverse_compareraiseself.failureException(msg)fromNoneAssertionError:First list contains 1 additional elements.

@bedevere-bot
Copy link

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

Hi! The buildbotx86 Debian Non-Debug with X 3.14 (no tier) has failed when building commit9e1aa35.

What do you need to do:

  1. Don't panic.
  2. Checkthe 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/1687/builds/4) and take a look at the build logs.
  4. Check if the failure is related to this commit (9e1aa35) 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/1687/builds/4

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

==

Click to see traceback logs
Traceback (most recent call last):  File �[35m"/buildbot/buildarea/3.14.ware-debian-x86.nondebug/build/Lib/test/test_unparse.py"�[0m, line �[35m139�[0m, in �[35mcheck_ast_roundtrip�[0m    �[31mself.assertASTEqual�[0m�[1;31m(ast1, ast2)�[0m    �[31m~~~~~~~~~~~~~~~~~~~�[0m�[1;31m^^^^^^^^^^^^�[0m  File �[35m"/buildbot/buildarea/3.14.ware-debian-x86.nondebug/build/Lib/test/support/ast_helper.py"�[0m, line �[35m46�[0m, in �[35massertASTEqual�[0m    �[31mtraverse_compare�[0m�[1;31m(ast1, ast2)�[0m    �[31m~~~~~~~~~~~~~~~~�[0m�[1;31m^^^^^^^^^^^^�[0m  File �[35m"/buildbot/buildarea/3.14.ware-debian-x86.nondebug/build/Lib/test/support/ast_helper.py"�[0m, line �[35m27�[0m, in �[35mtraverse_compare�[0m    �[31mtraverse_compare�[0m�[1;31m(value1, value2)�[0m    �[31m~~~~~~~~~~~~~~~~�[0m�[1;31m^^^^^^^^^^^^^^^^�[0m  File �[35m"/buildbot/buildarea/3.14.ware-debian-x86.nondebug/build/Lib/test/support/ast_helper.py"�[0m, line �[35m31�[0m, in �[35mtraverse_compare�[0m    �[31mtraverse_compare�[0m�[1;31m(node1, node2)�[0m    �[31m~~~~~~~~~~~~~~~~�[0m�[1;31m^^^^^^^^^^^^^^�[0m  File �[35m"/buildbot/buildarea/3.14.ware-debian-x86.nondebug/build/Lib/test/support/ast_helper.py"�[0m, line �[35m27�[0m, in �[35mtraverse_compare�[0m    �[31mtraverse_compare�[0m�[1;31m(value1, value2)�[0m    �[31m~~~~~~~~~~~~~~~~�[0m�[1;31m^^^^^^^^^^^^^^^^�[0m  File �[35m"/buildbot/buildarea/3.14.ware-debian-x86.nondebug/build/Lib/test/support/ast_helper.py"�[0m, line �[35m27�[0m, in �[35mtraverse_compare�[0m    �[31mtraverse_compare�[0m�[1;31m(value1, value2)�[0m    �[31m~~~~~~~~~~~~~~~~�[0m�[1;31m^^^^^^^^^^^^^^^^�[0m  File �[35m"/buildbot/buildarea/3.14.ware-debian-x86.nondebug/build/Lib/test/support/ast_helper.py"�[0m, line �[35m43�[0m, in �[35mtraverse_compare�[0mraiseself.failureException(msg)fromNone�[1;35mAssertionError�[0m:�[35mFirst list contains 1 additional elements.�[0m

@bedevere-bot
Copy link

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

Hi! The buildbotAMD64 FreeBSD14 3.14 (tier-3) has failed when building commit9e1aa35.

What do you need to do:

  1. Don't panic.
  2. Checkthe 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/1740/builds/4) and take a look at the build logs.
  4. Check if the failure is related to this commit (9e1aa35) 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/1740/builds/4

Failed tests:

  • test_unparse

Failed subtests:

  • test_files - test.test_unparse.DirectoryTestCase.test_files

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

==

Click to see traceback logs
Traceback (most recent call last):  File"/home/buildbot/buildarea/3.14.opsec-fbsd14/build/Lib/test/test_unparse.py", line139, incheck_ast_roundtripself.assertASTEqual(ast1, ast2)~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^  File"/home/buildbot/buildarea/3.14.opsec-fbsd14/build/Lib/test/support/ast_helper.py", line46, inassertASTEqual    traverse_compare(ast1, ast2)~~~~~~~~~~~~~~~~^^^^^^^^^^^^  File"/home/buildbot/buildarea/3.14.opsec-fbsd14/build/Lib/test/support/ast_helper.py", line27, intraverse_compare    traverse_compare(value1, value2)~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^  File"/home/buildbot/buildarea/3.14.opsec-fbsd14/build/Lib/test/support/ast_helper.py", line31, intraverse_compare    traverse_compare(node1, node2)~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^  File"/home/buildbot/buildarea/3.14.opsec-fbsd14/build/Lib/test/support/ast_helper.py", line27, intraverse_compare    traverse_compare(value1, value2)~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^  File"/home/buildbot/buildarea/3.14.opsec-fbsd14/build/Lib/test/support/ast_helper.py", line27, intraverse_compare    traverse_compare(value1, value2)~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^  File"/home/buildbot/buildarea/3.14.opsec-fbsd14/build/Lib/test/support/ast_helper.py", line43, intraverse_compareraiseself.failureException(msg)fromNoneAssertionError:First list contains 1 additional elements.

@bedevere-bot
Copy link

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

Hi! The buildbotAMD64 Windows Server 2022 NoGIL 3.14 (tier-1) has failed when building commit9e1aa35.

What do you need to do:

  1. Don't panic.
  2. Checkthe 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/1717/builds/4) and take a look at the build logs.
  4. Check if the failure is related to this commit (9e1aa35) 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/1717/builds/4

Failed tests:

  • test_unparse

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

==

Click to see traceback logs
Traceback (most recent call last):  File"C:\Users\Administrator\buildarea\3.14.itamaro-win64-srv-22-aws.x64.nogil\build\Lib\test\test_unparse.py", line139, incheck_ast_roundtripself.assertASTEqual(ast1, ast2)~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^  File"C:\Users\Administrator\buildarea\3.14.itamaro-win64-srv-22-aws.x64.nogil\build\Lib\test\support\ast_helper.py", line46, inassertASTEqual    traverse_compare(ast1, ast2)~~~~~~~~~~~~~~~~^^^^^^^^^^^^  File"C:\Users\Administrator\buildarea\3.14.itamaro-win64-srv-22-aws.x64.nogil\build\Lib\test\support\ast_helper.py", line27, intraverse_compare    traverse_compare(value1, value2)~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^  File"C:\Users\Administrator\buildarea\3.14.itamaro-win64-srv-22-aws.x64.nogil\build\Lib\test\support\ast_helper.py", line31, intraverse_compare    traverse_compare(node1, node2)~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^  File"C:\Users\Administrator\buildarea\3.14.itamaro-win64-srv-22-aws.x64.nogil\build\Lib\test\support\ast_helper.py", line27, intraverse_compare    traverse_compare(value1, value2)~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^  File"C:\Users\Administrator\buildarea\3.14.itamaro-win64-srv-22-aws.x64.nogil\build\Lib\test\support\ast_helper.py", line27, intraverse_compare    traverse_compare(value1, value2)~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^  File"C:\Users\Administrator\buildarea\3.14.itamaro-win64-srv-22-aws.x64.nogil\build\Lib\test\support\ast_helper.py", line43, intraverse_compareraiseself.failureException(msg)fromNoneAssertionError:First list contains 1 additional elements.

@bedevere-bot
Copy link

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

Hi! The buildbotiOS ARM64 Simulator 3.x (tier-3) has failed when building commit90f476e.

What do you need to do:

  1. Don't panic.
  2. Checkthe 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/1380/builds/3609) and take a look at the build logs.
  4. Check if the failure is related to this commit (90f476e) 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/1380/builds/3609

Failed tests:

  • test_unparse

Failed subtests:

  • test_files - test.test_unparse.DirectoryTestCase.test_files

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

==

Click to see traceback logs
Traceback (most recent call last):  File"/Users/buildbot/Library/Developer/XCTestDevices/0084C28A-2B78-4724-BF02-BF99CCD71A3E/data/Containers/Bundle/Application/AA65B0AA-06AE-4D26-9B0A-47AC0BB74630/iOSTestbed.app/python/lib/python3.15/test/test_unparse.py", line139, incheck_ast_roundtripself.assertASTEqual(ast1, ast2)~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^  File"/Users/buildbot/Library/Developer/XCTestDevices/0084C28A-2B78-4724-BF02-BF99CCD71A3E/data/Containers/Bundle/Application/AA65B0AA-06AE-4D26-9B0A-47AC0BB74630/iOSTestbed.app/python/lib/python3.15/test/support/ast_helper.py", line46, inassertASTEqual    traverse_compare(ast1, ast2)~~~~~~~~~~~~~~~~^^^^^^^^^^^^  File"/Users/buildbot/Library/Developer/XCTestDevices/0084C28A-2B78-4724-BF02-BF99CCD71A3E/data/Containers/Bundle/Application/AA65B0AA-06AE-4D26-9B0A-47AC0BB74630/iOSTestbed.app/python/lib/python3.15/test/support/ast_helper.py", line27, intraverse_compare    traverse_compare(value1, value2)~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^  File"/Users/buildbot/Library/Developer/XCTestDevices/0084C28A-2B78-4724-BF02-BF99CCD71A3E/data/Containers/Bundle/Application/AA65B0AA-06AE-4D26-9B0A-47AC0BB74630/iOSTestbed.app/python/lib/python3.15/test/support/ast_helper.py", line31, intraverse_compare    traverse_compare(node1, node2)~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^  File"/Users/buildbot/Library/Developer/XCTestDevices/0084C28A-2B78-4724-BF02-BF99CCD71A3E/data/Containers/Bundle/Application/AA65B0AA-06AE-4D26-9B0A-47AC0BB74630/iOSTestbed.app/python/lib/python3.15/test/support/ast_helper.py", line27, intraverse_compare    traverse_compare(value1, value2)~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^  File"/Users/buildbot/Library/Developer/XCTestDevices/0084C28A-2B78-4724-BF02-BF99CCD71A3E/data/Containers/Bundle/Application/AA65B0AA-06AE-4D26-9B0A-47AC0BB74630/iOSTestbed.app/python/lib/python3.15/test/support/ast_helper.py", line27, intraverse_compare    traverse_compare(value1, value2)~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^  File"/Users/buildbot/Library/Developer/XCTestDevices/0084C28A-2B78-4724-BF02-BF99CCD71A3E/data/Containers/Bundle/Application/AA65B0AA-06AE-4D26-9B0A-47AC0BB74630/iOSTestbed.app/python/lib/python3.15/test/support/ast_helper.py", line43, intraverse_compareraiseself.failureException(msg)fromNoneAssertionError:First list contains 1 additional elements.

@bedevere-bot
Copy link

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

Hi! The buildbotaarch64 Android 3.14 (tier-3) has failed when building commit9e1aa35.

What do you need to do:

  1. Don't panic.
  2. Checkthe 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/1794/builds/4) and take a look at the build logs.
  4. Check if the failure is related to this commit (9e1aa35) 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/1794/builds/4

Failed tests:

  • test_unparse

Failed subtests:

  • test_files - test.test_unparse.DirectoryTestCase.test_files

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

==

Click to see traceback logs
Traceback (most recent call last):  File"/data/user/0/org.python.testbed/files/python/lib/python3.14/test/test_unparse.py", line139, incheck_ast_roundtripself.assertASTEqual(ast1, ast2)~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^  File"/data/user/0/org.python.testbed/files/python/lib/python3.14/test/support/ast_helper.py", line46, inassertASTEqual    traverse_compare(ast1, ast2)~~~~~~~~~~~~~~~~^^^^^^^^^^^^  File"/data/user/0/org.python.testbed/files/python/lib/python3.14/test/support/ast_helper.py", line27, intraverse_compare    traverse_compare(value1, value2)~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^  File"/data/user/0/org.python.testbed/files/python/lib/python3.14/test/support/ast_helper.py", line31, intraverse_compare    traverse_compare(node1, node2)~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^  File"/data/user/0/org.python.testbed/files/python/lib/python3.14/test/support/ast_helper.py", line27, intraverse_compare    traverse_compare(value1, value2)~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^  File"/data/user/0/org.python.testbed/files/python/lib/python3.14/test/support/ast_helper.py", line27, intraverse_compare    traverse_compare(value1, value2)~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^  File"/data/user/0/org.python.testbed/files/python/lib/python3.14/test/support/ast_helper.py", line43, intraverse_compareraiseself.failureException(msg)fromNoneAssertionError:First list contains 1 additional elements.

@bedevere-bot
Copy link

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

Hi! The buildbotiOS ARM64 Simulator 3.14 (tier-3) has failed when building commit9e1aa35.

What do you need to do:

  1. Don't panic.
  2. Checkthe 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/1722/builds/4) and take a look at the build logs.
  4. Check if the failure is related to this commit (9e1aa35) 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/1722/builds/4

Failed tests:

  • test_unparse

Failed subtests:

  • test_files - test.test_unparse.DirectoryTestCase.test_files

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

==

Click to see traceback logs
Traceback (most recent call last):  File"/Users/buildbot/Library/Developer/XCTestDevices/047C7520-C084-482C-B9E5-75522E673869/data/Containers/Bundle/Application/D82F22A3-CFCA-4729-A81B-61777EBF18D5/iOSTestbed.app/python/lib/python3.14/test/test_unparse.py", line139, incheck_ast_roundtripself.assertASTEqual(ast1, ast2)~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^  File"/Users/buildbot/Library/Developer/XCTestDevices/047C7520-C084-482C-B9E5-75522E673869/data/Containers/Bundle/Application/D82F22A3-CFCA-4729-A81B-61777EBF18D5/iOSTestbed.app/python/lib/python3.14/test/support/ast_helper.py", line46, inassertASTEqual    traverse_compare(ast1, ast2)~~~~~~~~~~~~~~~~^^^^^^^^^^^^  File"/Users/buildbot/Library/Developer/XCTestDevices/047C7520-C084-482C-B9E5-75522E673869/data/Containers/Bundle/Application/D82F22A3-CFCA-4729-A81B-61777EBF18D5/iOSTestbed.app/python/lib/python3.14/test/support/ast_helper.py", line27, intraverse_compare    traverse_compare(value1, value2)~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^  File"/Users/buildbot/Library/Developer/XCTestDevices/047C7520-C084-482C-B9E5-75522E673869/data/Containers/Bundle/Application/D82F22A3-CFCA-4729-A81B-61777EBF18D5/iOSTestbed.app/python/lib/python3.14/test/support/ast_helper.py", line31, intraverse_compare    traverse_compare(node1, node2)~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^  File"/Users/buildbot/Library/Developer/XCTestDevices/047C7520-C084-482C-B9E5-75522E673869/data/Containers/Bundle/Application/D82F22A3-CFCA-4729-A81B-61777EBF18D5/iOSTestbed.app/python/lib/python3.14/test/support/ast_helper.py", line27, intraverse_compare    traverse_compare(value1, value2)~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^  File"/Users/buildbot/Library/Developer/XCTestDevices/047C7520-C084-482C-B9E5-75522E673869/data/Containers/Bundle/Application/D82F22A3-CFCA-4729-A81B-61777EBF18D5/iOSTestbed.app/python/lib/python3.14/test/support/ast_helper.py", line27, intraverse_compare    traverse_compare(value1, value2)~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^  File"/Users/buildbot/Library/Developer/XCTestDevices/047C7520-C084-482C-B9E5-75522E673869/data/Containers/Bundle/Application/D82F22A3-CFCA-4729-A81B-61777EBF18D5/iOSTestbed.app/python/lib/python3.14/test/support/ast_helper.py", line43, intraverse_compareraiseself.failureException(msg)fromNoneAssertionError:First list contains 1 additional elements.

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

@AA-TurnerAA-TurnerAA-Turner approved these changes

@lysnikolaoulysnikolaoulysnikolaou approved these changes

@hugovkhugovkAwaiting requested review from hugovkhugovk is a code owner

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

4 participants
@JelleZijlstra@bedevere-bot@AA-Turner@lysnikolaou

[8]ページ先頭

©2009-2025 Movatter.jp