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

[3.14] gh-132775: Add _PyFunction_GetXIData() (gh-133481)#133955

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

miss-islington
Copy link
Contributor

@miss-islingtonmiss-islington commentedMay 12, 2025
edited by bedevere-appbot
Loading

(cherry picked from commit8cf4947)Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com>
@ericsnowcurrentlyericsnowcurrentlyenabled auto-merge (squash)May 12, 2025 22:14
@ericsnowcurrentlyericsnowcurrently merged commit3467656 intopython:3.14May 12, 2025
44 checks passed
@bedevere-bot
Copy link

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

Hi! The buildbotAMD64 Debian root 3.14 (tier-1) has failed when building commit3467656.

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

Failed tests:

  • test_math
  • test_runpy
  • test_regrtest
  • test_statistics
  • test_decimal

Failed subtests:

  • test_coverage - test.test_regrtest.ArgsTestCase.test_coverage
  • test_run_namespace_package_in_namespace_package - test.test_runpy.RunModuleTestCase.test_run_namespace_package_in_namespace_package

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

==

Click to see traceback logs
Traceback (most recent call last):  File"/root/buildarea/3.14.angelico-debian-amd64/build/Lib/runpy.py", line198, in_run_module_as_mainreturn _run_code(code, main_globals,None,"__main__", mod_spec)  File"/root/buildarea/3.14.angelico-debian-amd64/build/Lib/runpy.py", line88, in_run_codeexec(code, run_globals)~~~~^^^^^^^^^^^^^^^^^^^  File"/root/buildarea/3.14.angelico-debian-amd64/build/Lib/test/__main__.py", line2, in<module>    main(_add_python_opts=True)~~~~^^^^^^^^^^^^^^^^^^^^^^^  File"/root/buildarea/3.14.angelico-debian-amd64/build/Lib/test/libregrtest/main.py", line776, inmain    Regrtest(ns,_add_python_opts=_add_python_opts).main(tests=tests)~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^  File"/root/buildarea/3.14.angelico-debian-amd64/build/Lib/test/libregrtest/main.py", line768, inmain    exitcode=self.run_tests(selected, tests)  File"/root/buildarea/3.14.angelico-debian-amd64/build/Lib/test/libregrtest/main.py", line596, inrun_testsreturnself._run_tests(selected, tests)~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^  File"/root/buildarea/3.14.angelico-debian-amd64/build/Lib/test/libregrtest/main.py", line576, in_run_testsself.finalize_tests(coverage)~~~~~~~~~~~~~~~~~~~^^^^^^^^^^  File"/root/buildarea/3.14.angelico-debian-amd64/build/Lib/test/libregrtest/main.py", line463, infinalize_tests    coverage.write_results(show_missing=True,summary=True,#type:ignore[call-arg]~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                           coverdir=self.coverage_dir,^^^^^^^^^^^^^^^^^^^^^^^^^^^                           ignore_missing_files=True)^^^^^^^^^^^^^^^^^^^^^^^^^^  File"/root/buildarea/3.14.angelico-debian-amd64/build/Lib/trace.py", line272, inwrite_results    lnotab= _find_executable_linenos(filename)  File"/root/buildarea/3.14.angelico-debian-amd64/build/Lib/trace.py", line387, in_find_executable_linenos    strs= _find_strings(filename, encoding)  File"/root/buildarea/3.14.angelico-debian-amd64/build/Lib/trace.py", line366, in_find_stringsfor ttype, tstr, start, end, linein tok:^^^  File"/root/buildarea/3.14.angelico-debian-amd64/build/Lib/tokenize.py", line583, in_generate_tokens_from_c_tokenizeryield TokenInfo._make(info)~~~~~~~~~~~~~~~^^^^^^  File"/root/buildarea/3.14.angelico-debian-amd64/build/Lib/collections/__init__.py", line455, in_make    result= tuple_new(cls, iterable)^^^^^^^^^UnboundLocalError:cannot access local variable 'cls' where it is not associated with a valueTraceback (most recent call last):  File"/root/buildarea/3.14.angelico-debian-amd64/build/Lib/test/test_regrtest.py", line1152, intest_coverage    output=self.run_tests("--coverage", test)  File"/root/buildarea/3.14.angelico-debian-amd64/build/Lib/test/test_regrtest.py", line927, inrun_testsreturnself.run_python(cmdargs,**kw)~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^  File"/root/buildarea/3.14.angelico-debian-amd64/build/Lib/test/test_regrtest.py", line777, inrun_python    proc=self.run_command(args,**kw)  File"/root/buildarea/3.14.angelico-debian-amd64/build/Lib/test/test_regrtest.py", line768, inrun_commandself.fail(msg)~~~~~~~~~^^^^^AssertionError:Command ['/root/buildarea/3.14.angelico-debian-amd64/build/python', '-X', 'faulthandler', '-I', '-m', 'test', '--testdir=/tmp/test_python_xvjsb_87/tmph5_hxumb', '--coverage', 'test_regrtest_coverage'] failed with exit code 1, but exit code 0 expected!Traceback (most recent call last):  File"/root/buildarea/3.14.angelico-debian-amd64/build/Lib/test/test_runpy.py", line521, intest_run_namespace_package_in_namespace_packageself._check_package(depth,namespace=True,parent_namespaces=True)~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  File"/root/buildarea/3.14.angelico-debian-amd64/build/Lib/test/test_runpy.py", line364, in_check_package__import__(mod_name)~~~~~~~~~~^^^^^^^^^^  File"<frozen importlib._bootstrap>", line1371, in_find_and_load  File"<frozen importlib._bootstrap>", line1342, in_find_and_load_unlocked  File"<frozen importlib._bootstrap>", line924, in_load_unlocked  File"<frozen importlib._bootstrap>", line822, inmodule_from_spec  File"<frozen importlib._bootstrap>", line801, in_init_module_attrs  File"<frozen importlib._bootstrap>", line641, incached  File"<frozen importlib._bootstrap_external>", line375, in_get_cached  File"<frozen importlib._bootstrap_external>", line274, incache_from_sourceTypeError:'str' object is not callable

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

@ericsnowcurrentlyericsnowcurrentlyAwaiting requested review from ericsnowcurrentlyericsnowcurrently is a code owner

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

Successfully merging this pull request may close these issues.

3 participants
@miss-islington@bedevere-bot@ericsnowcurrently

[8]ページ先頭

©2009-2025 Movatter.jp