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-137969: Fix evaluation ofref.evaluate(format=Format.FORWARDREF) objects#138075

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

Conversation

@dr-carlos
Copy link
Contributor

@dr-carlosdr-carlos commentedAug 22, 2025
edited
Loading

This fix seemingly preserves type parameter semantics for simple tests - unsure if there is more complex behaviour that it may break.

@python-cla-bot
Copy link

python-cla-botbot commentedAug 22, 2025
edited
Loading

All commit authors signed the Contributor License Agreement.

CLA signed

@bedevere-app

This comment was marked as resolved.

sharktide

This comment was marked as duplicate.

Copy link
Contributor

@sharktidesharktide left a comment

Choose a reason for hiding this comment

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

Do we have tests that reflect this behavior? If not, please add some to verify this behavior is working as expected :)

@dr-carlos
Copy link
ContributorAuthor

Do we have tests that reflect this behavior? If not, please add some to verify this behavior is working as expected :)

Just added tests that re-evaluation works for new locals and globals, and that it still correctly raises a NameError.

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
@JelleZijlstraJelleZijlstra merged commit63e01d6 intopython:mainNov 3, 2025
46 checks passed
@JelleZijlstraJelleZijlstra added the needs backport to 3.14bugs and security fixes labelNov 3, 2025
@miss-islington-app
Copy link

Thanks@dr-carlos for the PR, and@JelleZijlstra for merging it 🌮🎉.. I'm working now to backport this PR to: 3.14.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull requestNov 3, 2025
…DREF)` objects (pythonGH-138075)(cherry picked from commit63e01d6)Co-authored-by: dr-carlos <77367421+dr-carlos@users.noreply.github.com>Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
@bedevere-app
Copy link

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

@bedevere-appbedevere-appbot removed the needs backport to 3.14bugs and security fixes labelNov 3, 2025
@dr-carlosdr-carlos deleted the forwardref-double-anno branchNovember 3, 2025 01:24
JelleZijlstra added a commit that referenced this pull requestNov 3, 2025
…RDREF)` objects (GH-138075) (#140929)gh-137969: Fix evaluation of `ref.evaluate(format=Format.FORWARDREF)` objects (GH-138075)(cherry picked from commit63e01d6)Co-authored-by: dr-carlos <77367421+dr-carlos@users.noreply.github.com>Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
@bedevere-bot
Copy link

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

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

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/1610/builds/2348) and take a look at the build logs.
  4. Check if the failure is related to this commit (63e01d6) 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/1610/builds/2348

Failed tests:

  • test_annotationlib

Failed subtests:

  • test_evaluate_undefined_generic - test.test_annotationlib.TestForwardRefClass.test_evaluate_undefined_generic
  • test_re_evaluate_generics - test.test_annotationlib.TestForwardRefClass.test_re_evaluate_generics
  • test_evaluate_with_type_params - test.test_annotationlib.TestForwardRefClass.test_evaluate_with_type_params

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.refleak.nogil/build/Lib/test/test_annotationlib.py", line1885, intest_evaluate_undefined_generic    generic= get_annotations(C,format=Format.FORWARDREF)["x"].evaluate(^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^AttributeError:type object 'list' has no attribute 'evaluate'Traceback (most recent call last):  File"/home/buildbot/buildarea/3.x.itamaro-centos-aws.refleak.nogil/build/Lib/test/test_annotationlib.py", line1800, intest_evaluate_with_type_paramswithself.assertRaises(NameError):~~~~~~~~~~~~~~~~~^^^^^^^^^^^AssertionError:NameError not raisedTraceback (most recent call last):  File"/home/buildbot/buildarea/3.x.itamaro-centos-aws.refleak.nogil/build/Lib/test/test_annotationlib.py", line1919, intest_re_evaluate_generics    evaluated= get_annotations(C,format=Format.FORWARDREF)["x"].evaluate(format=Format.FORWARDREF)^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^AttributeError:type object 'list' has no attribute 'evaluate'

@bedevere-bot
Copy link

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

Hi! The buildbots390x RHEL9 Refleaks 3.14 (tier-3) has failed when building commitcdb6fe8.

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/1683/builds/616) and take a look at the build logs.
  4. Check if the failure is related to this commit (cdb6fe8) 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/1683/builds/616

Failed tests:

  • test_annotationlib

Failed subtests:

  • test_evaluate_undefined_generic - test.test_annotationlib.TestForwardRefClass.test_evaluate_undefined_generic
  • test_re_evaluate_generics - test.test_annotationlib.TestForwardRefClass.test_re_evaluate_generics
  • test_evaluate_with_type_params - test.test_annotationlib.TestForwardRefClass.test_evaluate_with_type_params

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.cstratak-rhel9-s390x.refleak/build/Lib/test/test_annotationlib.py", line1885, intest_evaluate_undefined_generic    generic= get_annotations(C,format=Format.FORWARDREF)["x"].evaluate(^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^AttributeError:type object 'list' has no attribute 'evaluate'Traceback (most recent call last):  File"/home/buildbot/buildarea/3.14.cstratak-rhel9-s390x.refleak/build/Lib/test/test_annotationlib.py", line1800, intest_evaluate_with_type_paramswithself.assertRaises(NameError):~~~~~~~~~~~~~~~~~^^^^^^^^^^^AssertionError:NameError not raisedTraceback (most recent call last):  File"/home/buildbot/buildarea/3.14.cstratak-rhel9-s390x.refleak/build/Lib/test/test_annotationlib.py", line1919, intest_re_evaluate_generics    evaluated= get_annotations(C,format=Format.FORWARDREF)["x"].evaluate(format=Format.FORWARDREF)^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^AttributeError:type object 'list' has no attribute 'evaluate'

@bedevere-bot
Copy link

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

Hi! The buildbots390x Fedora Stable Refleaks 3.14 (tier-3) has failed when building commitcdb6fe8.

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/1776/builds/579) and take a look at the build logs.
  4. Check if the failure is related to this commit (cdb6fe8) 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/1776/builds/579

Failed tests:

  • test_annotationlib

Failed subtests:

  • test_evaluate_undefined_generic - test.test_annotationlib.TestForwardRefClass.test_evaluate_undefined_generic
  • test_re_evaluate_generics - test.test_annotationlib.TestForwardRefClass.test_re_evaluate_generics
  • test_evaluate_with_type_params - test.test_annotationlib.TestForwardRefClass.test_evaluate_with_type_params

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.cstratak-fedora-stable-s390x.refleak/build/Lib/test/test_annotationlib.py", line1885, intest_evaluate_undefined_generic    generic= get_annotations(C,format=Format.FORWARDREF)["x"].evaluate(^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^AttributeError:type object 'list' has no attribute 'evaluate'Traceback (most recent call last):  File"/home/buildbot/buildarea/3.14.cstratak-fedora-stable-s390x.refleak/build/Lib/test/test_annotationlib.py", line1800, intest_evaluate_with_type_paramswithself.assertRaises(NameError):~~~~~~~~~~~~~~~~~^^^^^^^^^^^AssertionError:NameError not raisedTraceback (most recent call last):  File"/home/buildbot/buildarea/3.14.cstratak-fedora-stable-s390x.refleak/build/Lib/test/test_annotationlib.py", line1919, intest_re_evaluate_generics    evaluated= get_annotations(C,format=Format.FORWARDREF)["x"].evaluate(format=Format.FORWARDREF)^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^AttributeError:type object 'list' has no attribute 'evaluate'

@bedevere-bot
Copy link

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

Hi! The buildbotARM64 MacOS M1 Refleaks NoGIL 3.x (tier-2) has failed when building commit63e01d6.

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/1368/builds/4131) and take a look at the build logs.
  4. Check if the failure is related to this commit (63e01d6) 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/1368/builds/4131

Failed tests:

  • test_annotationlib

Failed subtests:

  • test_evaluate_undefined_generic - test.test_annotationlib.TestForwardRefClass.test_evaluate_undefined_generic
  • test_re_evaluate_generics - test.test_annotationlib.TestForwardRefClass.test_re_evaluate_generics
  • test_evaluate_with_type_params - test.test_annotationlib.TestForwardRefClass.test_evaluate_with_type_params

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.itamaro-macos-arm64-aws.macos-with-brew.refleak.nogil/build/Lib/test/test_annotationlib.py", line1800, intest_evaluate_with_type_paramswithself.assertRaises(NameError):~~~~~~~~~~~~~~~~~^^^^^^^^^^^AssertionError:NameError not raisedTraceback (most recent call last):  File"/Users/buildbot/buildarea/3.x.itamaro-macos-arm64-aws.macos-with-brew.refleak.nogil/build/Lib/test/test_annotationlib.py", line1919, intest_re_evaluate_generics    evaluated= get_annotations(C,format=Format.FORWARDREF)["x"].evaluate(format=Format.FORWARDREF)^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^AttributeError:type object 'list' has no attribute 'evaluate'Traceback (most recent call last):  File"/Users/buildbot/buildarea/3.x.itamaro-macos-arm64-aws.macos-with-brew.refleak.nogil/build/Lib/test/test_annotationlib.py", line1885, intest_evaluate_undefined_generic    generic= get_annotations(C,format=Format.FORWARDREF)["x"].evaluate(^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^AttributeError:type object 'list' has no attribute 'evaluate'

@bedevere-bot
Copy link

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

Hi! The buildbotAMD64 FreeBSD Refleaks 3.14 (tier-3) has failed when building commitcdb6fe8.

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/1800/builds/635) and take a look at the build logs.
  4. Check if the failure is related to this commit (cdb6fe8) 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/1800/builds/635

Failed tests:

  • test_annotationlib

Failed subtests:

  • test_evaluate_undefined_generic - test.test_annotationlib.TestForwardRefClass.test_evaluate_undefined_generic
  • test_re_evaluate_generics - test.test_annotationlib.TestForwardRefClass.test_re_evaluate_generics
  • test_evaluate_with_type_params - test.test_annotationlib.TestForwardRefClass.test_evaluate_with_type_params

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

==

Click to see traceback logs
Traceback (most recent call last):  File"/buildbot/buildarea/3.14.ware-freebsd.refleak/build/Lib/test/test_annotationlib.py", line1800, intest_evaluate_with_type_paramswithself.assertRaises(NameError):~~~~~~~~~~~~~~~~~^^^^^^^^^^^AssertionError:NameError not raisedTraceback (most recent call last):  File"/buildbot/buildarea/3.14.ware-freebsd.refleak/build/Lib/test/test_annotationlib.py", line1919, intest_re_evaluate_generics    evaluated= get_annotations(C,format=Format.FORWARDREF)["x"].evaluate(format=Format.FORWARDREF)^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^AttributeError:type object 'list' has no attribute 'evaluate'Traceback (most recent call last):  File"/buildbot/buildarea/3.14.ware-freebsd.refleak/build/Lib/test/test_annotationlib.py", line1885, intest_evaluate_undefined_generic    generic= get_annotations(C,format=Format.FORWARDREF)["x"].evaluate(^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^AttributeError:type object 'list' has no attribute 'evaluate'

@bedevere-bot
Copy link

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

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

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/1714/builds/637) and take a look at the build logs.
  4. Check if the failure is related to this commit (cdb6fe8) 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/1714/builds/637

Failed tests:

  • test_annotationlib

Failed subtests:

  • test_evaluate_undefined_generic - test.test_annotationlib.TestForwardRefClass.test_evaluate_undefined_generic
  • test_re_evaluate_generics - test.test_annotationlib.TestForwardRefClass.test_re_evaluate_generics
  • test_evaluate_with_type_params - test.test_annotationlib.TestForwardRefClass.test_evaluate_with_type_params

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.itamaro-macos-arm64-aws.macos-with-brew.refleak.nogil/build/Lib/test/test_annotationlib.py", line1919, intest_re_evaluate_generics    evaluated= get_annotations(C,format=Format.FORWARDREF)["x"].evaluate(format=Format.FORWARDREF)^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^AttributeError:type object 'list' has no attribute 'evaluate'Traceback (most recent call last):  File"/Users/buildbot/buildarea/3.14.itamaro-macos-arm64-aws.macos-with-brew.refleak.nogil/build/Lib/test/test_annotationlib.py", line1885, intest_evaluate_undefined_generic    generic= get_annotations(C,format=Format.FORWARDREF)["x"].evaluate(^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^AttributeError:type object 'list' has no attribute 'evaluate'Traceback (most recent call last):  File"/Users/buildbot/buildarea/3.14.itamaro-macos-arm64-aws.macos-with-brew.refleak.nogil/build/Lib/test/test_annotationlib.py", line1800, intest_evaluate_with_type_paramswithself.assertRaises(NameError):~~~~~~~~~~~~~~~~~^^^^^^^^^^^AssertionError:NameError not raised

@JelleZijlstra
Copy link
Member

Odd, not sure why this would fail only on buildbots. Maybe an issue where they run tests in a different order? We can revert for now.

JelleZijlstra added a commit to JelleZijlstra/cpython that referenced this pull requestNov 3, 2025
JelleZijlstra added a commit to JelleZijlstra/cpython that referenced this pull requestNov 3, 2025
@bedevere-bot
Copy link

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

Hi! The buildbotAMD64 Fedora Stable Refleaks 3.14 (tier-1) has failed when building commitcdb6fe8.

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/1757/builds/534) and take a look at the build logs.
  4. Check if the failure is related to this commit (cdb6fe8) 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/1757/builds/534

Failed tests:

  • test_annotationlib

Failed subtests:

  • test_evaluate_undefined_generic - test.test_annotationlib.TestForwardRefClass.test_evaluate_undefined_generic
  • test_re_evaluate_generics - test.test_annotationlib.TestForwardRefClass.test_re_evaluate_generics
  • test_evaluate_with_type_params - test.test_annotationlib.TestForwardRefClass.test_evaluate_with_type_params

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.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_annotationlib.py", line1885, intest_evaluate_undefined_generic    generic= get_annotations(C,format=Format.FORWARDREF)["x"].evaluate(^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^AttributeError:type object 'list' has no attribute 'evaluate'Traceback (most recent call last):  File"/home/buildbot/buildarea/3.14.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_annotationlib.py", line1800, intest_evaluate_with_type_paramswithself.assertRaises(NameError):~~~~~~~~~~~~~~~~~^^^^^^^^^^^AssertionError:NameError not raisedTraceback (most recent call last):  File"/home/buildbot/buildarea/3.14.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_annotationlib.py", line1919, intest_re_evaluate_generics    evaluated= get_annotations(C,format=Format.FORWARDREF)["x"].evaluate(format=Format.FORWARDREF)^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^AttributeError:type object 'list' has no attribute 'evaluate'

@bedevere-bot
Copy link

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

Hi! The buildbotPPC64LE Fedora Stable Refleaks 3.14 (tier-2) has failed when building commitcdb6fe8.

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/1719/builds/348) and take a look at the build logs.
  4. Check if the failure is related to this commit (cdb6fe8) 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/1719/builds/348

Failed tests:

  • test.test_asyncio.test_events
  • test_annotationlib

Failed subtests:

  • test_evaluate_undefined_generic - test.test_annotationlib.TestForwardRefClass.test_evaluate_undefined_generic
  • test_re_evaluate_generics - test.test_annotationlib.TestForwardRefClass.test_re_evaluate_generics
  • test_create_connection_local_addr_nomatch_family - test.test_asyncio.test_events.EPollEventLoopTests.test_create_connection_local_addr_nomatch_family
  • test_evaluate_with_type_params - test.test_annotationlib.TestForwardRefClass.test_evaluate_with_type_params

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.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_asyncio/test_events.py", line832, intest_create_connection_local_addr_nomatch_familywithself.assertRaises(OSError):~~~~~~~~~~~~~~~~~^^^^^^^^^AssertionError:OSError not raisedTraceback (most recent call last):  File"/home/buildbot/buildarea/3.14.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_annotationlib.py", line1885, intest_evaluate_undefined_generic    generic= get_annotations(C,format=Format.FORWARDREF)["x"].evaluate(^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^AttributeError:type object 'list' has no attribute 'evaluate'Traceback (most recent call last):  File"/home/buildbot/buildarea/3.14.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/__init__.py", line847, ingc_collect    gc.collect()ResourceWarning:unclosed <socket.socket fd=6, family=10, type=1, proto=6, laddr=('::1', 40645, 0, 0), raddr=('::1', 40645, 0, 0)>Warning -- Unraisable exceptionException ignored while calling deallocator <function _SelectorTransport.__del__ at 0x7fff80e84c50>:Traceback (most recent call last):  File"/home/buildbot/buildarea/3.14.cstratak-fedora-stable-ppc64le.refleak/build/Lib/asyncio/selector_events.py", line873, in__del__    _warn(f"unclosed transport{self!r}",ResourceWarning,source=self)ResourceWarning:unclosed transport <_SelectorSocketTransport fd=6>Traceback (most recent call last):  File"/home/buildbot/buildarea/3.14.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_annotationlib.py", line1919, intest_re_evaluate_generics    evaluated= get_annotations(C,format=Format.FORWARDREF)["x"].evaluate(format=Format.FORWARDREF)^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^AttributeError:type object 'list' has no attribute 'evaluate'Traceback (most recent call last):  File"/home/buildbot/buildarea/3.14.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_annotationlib.py", line1800, intest_evaluate_with_type_paramswithself.assertRaises(NameError):~~~~~~~~~~~~~~~~~^^^^^^^^^^^AssertionError:NameError not raised

JelleZijlstra added a commit that referenced this pull requestNov 3, 2025
@bedevere-bot
Copy link

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

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

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/12247) and take a look at the build logs.
  4. Check if the failure is related to this commit (349de57) 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/12247

Failed tests:

  • test_urllib2net

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_urllib2net.py", line22, in_retry_thrice    last_exc= e^^^^^^^^ResourceWarning:unclosed <socket.socket fd=8, family=2, type=1, proto=6, laddr=('192.168.0.101', 58515), raddr=('68.183.26.59', 21)>skipped "Resource 'ftp://www.pythontest.net/' is not available"Traceback (most recent call last):  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/test/test_urllib2net.py", line22, in_retry_thrice    last_exc= e^^^^^^^^ResourceWarning:unclosed <socket.socket fd=8, family=2, type=1, proto=6, laddr=('192.168.0.101', 57402), raddr=('68.183.26.59', 21)>skipped "Resource 'ftp://www.pythontest.net/' is not available"Traceback (most recent call last):  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/urllib/request.py", line1546, inftp_open    fp, retrlen= fw.retrfile(file,type)~~~~~~~~~~~^^^^^^^^^^^^  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/urllib/request.py", line1826, inretrfile    conn, retrlen=self.ftp.ntransfercmd(cmd)~~~~~~~~~~~~~~~~~~~~~^^^^^  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/ftplib.py", line354, inntransfercmd    conn= socket.create_connection((host, port),self.timeout,                                    source_address=self.source_address)  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/socket.py", line879, increate_connectionraise exceptions[0]  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/socket.py", line864, increate_connection    sock.connect(sa)~~~~~~~~~~~~^^^^TimeoutError:[Errno 60] Operation timed outTraceback (most recent call last):  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/test/test_urllib2net.py", line22, in_retry_thrice    last_exc= e^^^^^^^^ResourceWarning:unclosed <socket.socket fd=6, family=2, type=1, proto=6, laddr=('192.168.0.101', 55313), raddr=('68.183.26.59', 21)>Warning -- Unraisable exceptionException ignored while finalizing socket <socket.socket fd=7, family=2, type=1, proto=6, laddr=('192.168.0.101', 56435), raddr=('68.183.26.59', 21)>:Traceback (most recent call last):  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/urllib/request.py", line1546, inftp_open    fp, retrlen= fw.retrfile(file,type)~~~~~~~~~~~^^^^^^^^^^^^  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/urllib/request.py", line1826, inretrfile    conn, retrlen=self.ftp.ntransfercmd(cmd)~~~~~~~~~~~~~~~~~~~~~^^^^^  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/ftplib.py", line354, inntransfercmd    conn= socket.create_connection((host, port),self.timeout,                                    source_address=self.source_address)  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/socket.py", line879, increate_connectionraise exceptions[0]  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/socket.py", line864, increate_connection    sock.connect(sa)~~~~~~~~~~~~^^^^TimeoutError:[Errno 60] Operation timed outTraceback (most recent call last):  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/test/test_urllib2net.py", line22, in_retry_thrice    last_exc= e^^^^^^^^ResourceWarning:unclosed <socket.socket fd=11, family=2, type=1, proto=6, laddr=('192.168.0.101', 58486), raddr=('68.183.26.59', 21)>skipped "Resource 'ftp://www.pythontest.net/' is not available"Traceback (most recent call last):  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/test/test_urllib2net.py", line22, in_retry_thrice    last_exc= e^^^^^^^^ResourceWarning:unclosed <socket.socket fd=9, family=2, type=1, proto=6, laddr=('192.168.0.101', 58526), raddr=('68.183.26.59', 21)>Warning -- Unraisable exceptionException ignored while finalizing socket <socket.socket fd=10, family=2, type=1, proto=6, laddr=('192.168.0.101', 58528), raddr=('68.183.26.59', 21)>:Traceback (most recent call last):  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/urllib/request.py", line1546, inftp_open    fp, retrlen= fw.retrfile(file,type)~~~~~~~~~~~^^^^^^^^^^^^  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/urllib/request.py", line1826, inretrfile    conn, retrlen=self.ftp.ntransfercmd(cmd)~~~~~~~~~~~~~~~~~~~~~^^^^^  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/ftplib.py", line354, inntransfercmd    conn= socket.create_connection((host, port),self.timeout,                                    source_address=self.source_address)  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/socket.py", line879, increate_connectionraise exceptions[0]  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/socket.py", line864, increate_connection    sock.connect(sa)~~~~~~~~~~~~^^^^TimeoutError:[Errno 60] Operation timed outTraceback (most recent call last):  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/test/test_urllib2net.py", line22, in_retry_thrice    last_exc= e^^^^^^^^ResourceWarning:unclosed <socket.socket fd=7, family=2, type=1, proto=6, laddr=('192.168.0.101', 57151), raddr=('68.183.26.59', 21)>Warning -- Unraisable exceptionException ignored while finalizing socket <socket.socket fd=8, family=2, type=1, proto=6, laddr=('192.168.0.101', 57402), raddr=('68.183.26.59', 21)>:Traceback (most recent call last):  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/urllib/request.py", line1546, inftp_open    fp, retrlen= fw.retrfile(file,type)~~~~~~~~~~~^^^^^^^^^^^^  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/urllib/request.py", line1826, inretrfile    conn, retrlen=self.ftp.ntransfercmd(cmd)~~~~~~~~~~~~~~~~~~~~~^^^^^  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/ftplib.py", line354, inntransfercmd    conn= socket.create_connection((host, port),self.timeout,                                    source_address=self.source_address)  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/socket.py", line879, increate_connectionraise exceptions[0]  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/socket.py", line864, increate_connection    sock.connect(sa)~~~~~~~~~~~~^^^^TimeoutError:timed outTraceback (most recent call last):  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/test/test_urllib2net.py", line22, in_retry_thrice    last_exc= e^^^^^^^^ResourceWarning:unclosed <socket.socket fd=7, family=2, type=1, proto=6, laddr=('192.168.0.101', 56435), raddr=('68.183.26.59', 21)>skipped "Resource 'ftp://www.pythontest.net/' is not available"Traceback (most recent call last):  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/test/test_urllib2net.py", line22, in_retry_thrice    last_exc= e^^^^^^^^ResourceWarning:unclosed <socket.socket fd=9, family=2, type=1, proto=6, laddr=('192.168.0.101', 58484), raddr=('68.183.26.59', 21)>Warning -- Unraisable exceptionException ignored while finalizing socket <socket.socket fd=11, family=2, type=1, proto=6, laddr=('192.168.0.101', 58486), raddr=('68.183.26.59', 21)>:Traceback (most recent call last):  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/urllib/request.py", line1546, inftp_open    fp, retrlen= fw.retrfile(file,type)~~~~~~~~~~~^^^^^^^^^^^^  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/urllib/request.py", line1826, inretrfile    conn, retrlen=self.ftp.ntransfercmd(cmd)~~~~~~~~~~~~~~~~~~~~~^^^^^  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/ftplib.py", line354, inntransfercmd    conn= socket.create_connection((host, port),self.timeout,                                    source_address=self.source_address)  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/socket.py", line879, increate_connectionraise exceptions[0]  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/socket.py", line864, increate_connection    sock.connect(sa)~~~~~~~~~~~~^^^^TimeoutError:timed outTraceback (most recent call last):  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/test/test_urllib2net.py", line22, in_retry_thrice    last_exc= e^^^^^^^^ResourceWarning:unclosed <socket.socket fd=7, family=2, type=1, proto=6, laddr=('192.168.0.101', 58513), raddr=('68.183.26.59', 21)>Warning -- Unraisable exceptionException ignored while finalizing socket <socket.socket fd=8, family=2, type=1, proto=6, laddr=('192.168.0.101', 58515), raddr=('68.183.26.59', 21)>:Traceback (most recent call last):  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/urllib/request.py", line1546, inftp_open    fp, retrlen= fw.retrfile(file,type)~~~~~~~~~~~^^^^^^^^^^^^  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/urllib/request.py", line1826, inretrfile    conn, retrlen=self.ftp.ntransfercmd(cmd)~~~~~~~~~~~~~~~~~~~~~^^^^^  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/ftplib.py", line354, inntransfercmd    conn= socket.create_connection((host, port),self.timeout,                                    source_address=self.source_address)  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/socket.py", line879, increate_connectionraise exceptions[0]  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/socket.py", line864, increate_connection    sock.connect(sa)~~~~~~~~~~~~^^^^TimeoutError:[Errno 60] Operation timed outTraceback (most recent call last):  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/test/support/__init__.py", line847, ingc_collect    gc.collect()~~~~~~~~~~^^ResourceWarning:unclosed <socket.socket fd=6, family=2, type=1, proto=6, laddr=('192.168.0.101', 56633)>Warning -- Unraisable exceptionException ignored while finalizing socket <socket.socket fd=7, family=2, type=1, proto=6, laddr=('192.168.0.101', 57927), raddr=('68.183.26.59', 21)>:Traceback (most recent call last):  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/test/support/__init__.py", line847, ingc_collect    gc.collect()~~~~~~~~~~^^ResourceWarning:unclosed <socket.socket fd=7, family=2, type=1, proto=6, laddr=('192.168.0.101', 57927), raddr=('68.183.26.59', 21)>Warning -- Unraisable exceptionException ignored while finalizing socket <socket.socket fd=8, family=2, type=1, proto=6, laddr=('192.168.0.101', 58482), raddr=('68.183.26.59', 21)>:Traceback (most recent call last):  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/test/support/__init__.py", line847, ingc_collect    gc.collect()~~~~~~~~~~^^ResourceWarning:unclosed <socket.socket fd=8, family=2, type=1, proto=6, laddr=('192.168.0.101', 58482), raddr=('68.183.26.59', 21)>Warning -- Unraisable exceptionException ignored while finalizing socket <socket.socket fd=9, family=2, type=1, proto=6, laddr=('192.168.0.101', 58489), raddr=('68.183.26.59', 21)>:Traceback (most recent call last):  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/test/support/__init__.py", line847, ingc_collect    gc.collect()~~~~~~~~~~^^ResourceWarning:unclosed <socket.socket fd=9, family=2, type=1, proto=6, laddr=('192.168.0.101', 58489), raddr=('68.183.26.59', 21)>Traceback (most recent call last):  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/test/test_urllib2net.py", line22, in_retry_thrice    last_exc= e^^^^^^^^ResourceWarning:unclosed <socket.socket fd=10, family=2, type=1, proto=6, laddr=('192.168.0.101', 58528), raddr=('68.183.26.59', 21)>skipped "Resource 'ftp://www.pythontest.net/' is not available"Traceback (most recent call last):  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/test/test_urllib2net.py", line22, in_retry_thrice    last_exc= e^^^^^^^^ResourceWarning:unclosed <socket.socket fd=8, family=2, type=1, proto=6, laddr=('192.168.0.101', 58519), raddr=('68.183.26.59', 21)>Warning -- Unraisable exceptionException ignored while finalizing socket <socket.socket fd=9, family=2, type=1, proto=6, laddr=('192.168.0.101', 58522), raddr=('68.183.26.59', 21)>:Traceback (most recent call last):  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/urllib/request.py", line1546, inftp_open    fp, retrlen= fw.retrfile(file,type)~~~~~~~~~~~^^^^^^^^^^^^  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/urllib/request.py", line1826, inretrfile    conn, retrlen=self.ftp.ntransfercmd(cmd)~~~~~~~~~~~~~~~~~~~~~^^^^^  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/ftplib.py", line354, inntransfercmd    conn= socket.create_connection((host, port),self.timeout,                                    source_address=self.source_address)  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/socket.py", line879, increate_connectionraise exceptions[0]  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/socket.py", line864, increate_connection    sock.connect(sa)~~~~~~~~~~~~^^^^TimeoutError:timed outTraceback (most recent call last):  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/test/test_urllib2net.py", line22, in_retry_thrice    last_exc= e^^^^^^^^ResourceWarning:unclosed <socket.socket fd=9, family=2, type=1, proto=6, laddr=('192.168.0.101', 58522), raddr=('68.183.26.59', 21)>skipped "Resource 'ftp://www.pythontest.net/' is not available"Traceback (most recent call last):  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/urllib/request.py", line1546, inftp_open    fp, retrlen= fw.retrfile(file,type)~~~~~~~~~~~^^^^^^^^^^^^  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/urllib/request.py", line1826, inretrfile    conn, retrlen=self.ftp.ntransfercmd(cmd)~~~~~~~~~~~~~~~~~~~~~^^^^^  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/ftplib.py", line354, inntransfercmd    conn= socket.create_connection((host, port),self.timeout,                                    source_address=self.source_address)  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/socket.py", line879, increate_connectionraise exceptions[0]  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/socket.py", line864, increate_connection    sock.connect(sa)~~~~~~~~~~~~^^^^TimeoutError:timed outTraceback (most recent call last):  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/test/test_urllib2net.py", line20, in_retry_thricereturn func(*args,**kwargs)  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/urllib/request.py", line187, inurlopenreturn opener.open(url, data, timeout)~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/urllib/request.py", line487, inopen    response=self._open(req, data)  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/urllib/request.py", line504, in_open    result=self._call_chain(self.handle_open, protocol, protocol+'_open', req)  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/urllib/request.py", line464, in_call_chain    result= func(*args)  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/urllib/request.py", line1556, inftp_openraise URLError(f"ftp error:{exp}")from expurllib.error.URLError:<urlopen error ftp error: timed out>Traceback (most recent call last):  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/test/test_urllib2net.py", line22, in_retry_thrice    last_exc= e^^^^^^^^ResourceWarning:unclosed <socket.socket fd=9, family=2, type=1, proto=6, laddr=('192.168.0.101', 58480), raddr=('68.183.26.59', 21)>skipped "Resource 'ftp://www.pythontest.net/' is not available"Traceback (most recent call last):  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/test/test_urllib2net.py", line22, in_retry_thrice    last_exc= e^^^^^^^^ResourceWarning:unclosed <socket.socket fd=8, family=2, type=1, proto=6, laddr=('192.168.0.101', 58478), raddr=('68.183.26.59', 21)>Warning -- Unraisable exceptionException ignored while finalizing socket <socket.socket fd=9, family=2, type=1, proto=6, laddr=('192.168.0.101', 58480), raddr=('68.183.26.59', 21)>:Traceback (most recent call last):  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/urllib/request.py", line1546, inftp_open    fp, retrlen= fw.retrfile(file,type)~~~~~~~~~~~^^^^^^^^^^^^  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/urllib/request.py", line1826, inretrfile    conn, retrlen=self.ftp.ntransfercmd(cmd)~~~~~~~~~~~~~~~~~~~~~^^^^^  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/ftplib.py", line354, inntransfercmd    conn= socket.create_connection((host, port),self.timeout,                                    source_address=self.source_address)  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/socket.py", line879, increate_connectionraise exceptions[0]  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/socket.py", line864, increate_connection    sock.connect(sa)~~~~~~~~~~~~^^^^TimeoutError:[Errno 60] Operation timed outTraceback (most recent call last):  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/test/test_urllib2net.py", line20, in_retry_thricereturn func(*args,**kwargs)  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/urllib/request.py", line187, inurlopenreturn opener.open(url, data, timeout)~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/urllib/request.py", line487, inopen    response=self._open(req, data)  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/urllib/request.py", line504, in_open    result=self._call_chain(self.handle_open, protocol, protocol+'_open', req)  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/urllib/request.py", line464, in_call_chain    result= func(*args)  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/urllib/request.py", line1556, inftp_openraise URLError(f"ftp error:{exp}")from expurllib.error.URLError:<urlopen error ftp error: [Errno 60] Operation timed out>

encukou pushed a commit that referenced this pull requestNov 3, 2025
…at.FORWARDREF)` objects (GH-138075) (#140929)" (GH-140931)Revert "[3.14]gh-137969: Fix evaluation of `ref.evaluate(format=Format.FORWARDREF)` objects (GH-138075) (#140929)"This reverts commitcdb6fe8.
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@JelleZijlstraJelleZijlstraJelleZijlstra approved these changes

+2 more reviewers

@DavidCEllisDavidCEllisDavidCEllis left review comments

@sharktidesharktidesharktide requested changes

Reviewers whose approvals may not affect merge requirements

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

5 participants

@dr-carlos@bedevere-bot@JelleZijlstra@DavidCEllis@sharktide

[8]ページ先頭

©2009-2025 Movatter.jp