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-101100: Fix sphinx warnings inlibrary/asyncio-subprocess.rst#130994

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
kumaraditya303 merged 1 commit intopython:mainfromkoyuki7w:doc-fix-5
Mar 10, 2025

Conversation

koyuki7w
Copy link
Contributor

@koyuki7wkoyuki7w commentedMar 9, 2025
edited by github-actionsbot
Loading

Fixed some links to refer to the correct targets with the appropriate prefix.


📚 Documentation preview 📚:https://cpython-previews--130994.org.readthedocs.build/

@kumaraditya303kumaraditya303enabled auto-merge (squash)March 10, 2025 12:38
@kumaraditya303kumaraditya303 merged commit7cc99a5 intopython:mainMar 10, 2025
35 checks passed
@github-project-automationgithub-project-automationbot moved this fromTodo toDone inDocs PRsMar 10, 2025
@koyuki7wkoyuki7w deleted the doc-fix-5 branchMarch 10, 2025 13:08
@bedevere-bot
Copy link

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

Hi! The buildbotaarch64 Fedora Stable Refleaks 3.x (tier-2) has failed when building commit7cc99a5.

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

Failed tests:

  • test_perf_profiler

Failed subtests:

  • test_python_calls_appear_in_the_stack_if_perf_activated - test.test_perf_profiler.TestPerfProfilerWithDwarf.test_python_calls_appear_in_the_stack_if_perf_activated

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.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_perf_profiler.py", line364, intest_python_calls_appear_in_the_stack_if_perf_activatedself.assertIn(f"py::foo:{script}", stdout)~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^AssertionError: 'py::foo:/tmp/test_python_8acj39x1/tmpkooxxyh3/perftest.py' not found in 'python 2851493 474278.762661:          1 cycles:Pu: \n\t    ffffb325cac0 _start+0x0 (/usr/lib/ld-linux-aarch64.so.1)\n\npython 2851493 474278.762684:          1 cycles:Pu: \n\tffffc95efcdffc78 [unknown] ([unknown])\n\tffffc95efce0049c [unknown] ([unknown])\n\tffffc95efb9a15e4 [unknown] ([unknown])\n\t    ffffb325cac0 _start+0x0 (/usr/lib/ld-linux-aarch64.so.1)\n\npython 2851493 474278.763075:          1 cycles:Pu: \n\t    ffffb325fd14 __memset_generic+0x114 (inlined)\n\t    ffffb32480db <invalid>+0x3fb (inlined)\n\t    ffffb32480db _dl_map_object_from_fd+0x3fb (/usr/lib/ld-linux-aarch64.so.1)\n\t    ffffb3249133 _dl_map_object+0x1e7 (/usr/lib/ld-linux-aarch64.so.1)\n\t    ffffb32445bf openaux+0x3f (/usr/lib/ld-linux-aarch64.so.1)\n\t    ffffb3243303 _dl_catch_exception+0x63 (/usr/lib/ld-linux-aarch64.so.1)\n\t    ffffb3244b33 _dl_map_object_deps+0x553 (/usr/lib/ld-linux-aarch64.so.1)\n\t    ffffb325a19f dl_main+0x139f (/usr/lib/ld-linux-aarch64.so.1)\n\t    ffffb32575ff _dl_sysdep_start+0x1df (/usr/lib/ld-linux-aarch64.so.1)\n\t    ffffb3258b17 _dl_start_final+0x5ab (inlined)\n\t    ffffb3258b17 _dl_start+0x5ab (/usr/lib/ld-linux-aarch64.so.1)\n\t    ffffb325cad3 _start+0x13 (/usr/lib/ld-linux-aarch64.so.1)\n\npython 2851493 474278.763093:        302 cycles:Pu: \n\tffffc95efcdfff10 [unknown] ([unknown])\n\tffffc95efce004cc [unknown] ([unknown])\n\tffffc95efb9a15e4 [unknown] ([unknown])\n\t    ffffb325e628 <invalid>+0x28 (inlined)\n\t    ffffb325e628 mmap64+0x28 (/usr/lib/ld-linux-aarch64.so.1)\n\t    ffffb32486bf <invalid>+0x9df (inlined)\n\t    ffffb32486bf _dl_map_object_from_fd+0x9df (/usr/lib/ld-linux-aarch64.so.1)\n\t    ffffb3249133 _dl_map_object+0x1e7 (/usr/lib/ld-linux-aarch6in+0xb (/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.refleak/build/python)\n\t    ffffb2ff625b __libc_start_call_main+0x7b (/usr/lib64/libc.so.6)\n\t    ffffb2ff633b __libc_start_main@GLIBC_2.17+0x9b (inlined)\n\t          41efaf _start+0x2f (/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.refleak/build/python)\n\npython 2851493 474278.765248:     159809 cycles:Pu: \n\t          4b31b8 PyDescr_NewMethod+0x0 (/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.refleak/build/python)\n\t          535f0b type_add_method+0x103 (/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.refleak/build/python)\n\t          535fb3 type_add_methods+0x2b (/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.refleak/build/python)\n\t          536523 type_ready_fill_dict+0x1f (/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.refleak/build/python)\n\t          543a87 type_ready+0x93 (/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.refleak/build/python)\n\t          543d17 init_static_type+0x1a7 (/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.refleak/build/python)\n\t          543e0f _PyStaticType_InitBuiltin+0x23 (/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.refleak/build/python)\n\t          502bc7 _PyTypes_InitTypes+0xa7 (/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.refleak/build/python)\n\t          66885f pycore_init_types+0x1b (/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.refleak/build/python)\n\t          668e77 pycore_interp_init+0x10b (/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.refleak/build/python)\n\t          669073 pyinit_config+0xaf (/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.refleak/build/python)\n\t          6708d3 pyinit_core+0xdb (/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.refleak/build/python)\n\t          6709ab Py_InitializeFromConfig+0x97 (/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.refleak/build/python)\n\t          6a181f pymain_init+0xff (/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.refleak/build/python)\n\t          6a18ef pymain_main+0xf (/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.refleak/build/python)\n\t          6a1983 Py_BytesMain+0x27 (/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.refleak/build/python)\n\t          41f0b7 main+0xb (/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.refleak/build/python)\n\t    ffffb2ff625b __libc_start_call_main+0x7b (/usr/lib64/libc.so.6)\n\t    ffffb2ff633b __libc_start_main@GLIBC_2.17+0x9b (inlined)\n\t          41efaf _start+0x2f (/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.refleak/build/python)\n\npython 2851493 474278.766748:    2858649 cycles:Pu: \n\t          51ead0 PyObject_Malloc+0x4 (/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.refleak/build/python)\n\t          538fe7 _PyObject_MallocWithType+0x63 (inlined)\n\t          538fe7 _PyType_AllocNoTrack+0x63 (/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.refleak/build/python)\n\t          5390bb PyType_GenericAlloc+0x13 (/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.refleak/build/python)\n\t          4b2197 descr_new+0x1f (/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.refleak/build/python)\n\t          4b33b3 PyDescr_NewWrapper+0x2b (/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.refleak/build/python)\n\t          5361bb add_operators+0x5f (/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.refleak/build/python)\n\t          536517 type_ready_fill_dict+0x13 (/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.refleak/build/python)\n\t          543a87 type_ready+0x93 (/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.refleak/build/python)\n\t          543d17 init_static_type+0x1a7 (/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.refleak/build/python)\n\t          543e0f _PyStaticType_InitBuiltin+0x23 (/home/buildbot/buildarea/3.x.cstratak-fedora-stablTraceback (most recent call last):  File"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_perf_profiler.py", line362, intest_python_calls_appear_in_the_stack_if_perf_activatedself.assertEqual(stderr,"")~~~~~~~~~~~~~~~~^^^^^^^^^^^^AssertionError:'Warning:\nProcessed 574 events and lost 3[34 chars]\n\n' != ''- Warning:- Processed 574 events and lost 3 chunks!- - Check IO/CPU overload!-

@hugovkhugovk added needs backport to 3.12only security fixes needs backport to 3.13bugs and security fixes labelsMar 11, 2025
@miss-islington-app
Copy link

Thanks@koyuki7w for the PR, and@kumaraditya303 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12.
🐍🍒⛏🤖

@miss-islington-app
Copy link

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

@miss-islington-app
Copy link

Sorry,@koyuki7w and@kumaraditya303, I could not cleanly backport this to3.12 due to a conflict.
Please backport usingcherry_picker on command line.

cherry_picker 7cc99a54b755cc7cc0b3680fde7834cf612d4fbc 3.12

@miss-islington-app
Copy link

Sorry,@koyuki7w and@kumaraditya303, I could not cleanly backport this to3.13 due to a conflict.
Please backport usingcherry_picker on command line.

cherry_picker 7cc99a54b755cc7cc0b3680fde7834cf612d4fbc 3.13

@hugovk
Copy link
Member

@koyuki7w Thanks for the PR! Please could you do the backports?

koyuki7w reacted with thumbs up emoji

koyuki7w added a commit to koyuki7w/fork-python-cpython that referenced this pull requestMar 11, 2025
…ocess.rst` (pythonGH-130994)(cherry picked from commit7cc99a5)Co-authored-by: Yuki Kobayashi <drsuaimqjgar@gmail.com>
@bedevere-app
Copy link

GH-131074 is a backport of this pull request to the3.13 branch.

@bedevere-appbedevere-appbot removed the needs backport to 3.13bugs and security fixes labelMar 11, 2025
@bedevere-app
Copy link

GH-131075 is a backport of this pull request to the3.12 branch.

@bedevere-appbedevere-appbot removed the needs backport to 3.12only security fixes labelMar 11, 2025
@koyuki7w
Copy link
ContributorAuthor

@hugovk Thanks, I've backported it now.

hugovk reacted with hooray emoji

hugovk pushed a commit that referenced this pull requestMar 11, 2025
@bedevere-app
Copy link

GH-131075 is a backport of this pull request to the3.12 branch.

1 similar comment
@bedevere-app
Copy link

GH-131075 is a backport of this pull request to the3.12 branch.

hugovk pushed a commit that referenced this pull requestMar 11, 2025
seehwan pushed a commit to seehwan/cpython that referenced this pull requestApr 16, 2025
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@kumaraditya303kumaraditya303kumaraditya303 approved these changes

@AA-TurnerAA-TurnerAwaiting requested review from AA-TurnerAA-Turner is a code owner

@hugovkhugovkAwaiting requested review from hugovkhugovk is a code owner

@1st11st1Awaiting requested review from 1st11st1 is a code owner

@asvetlovasvetlovAwaiting requested review from asvetlovasvetlov is a code owner

@willingcwillingcAwaiting requested review from willingcwillingc is a code owner

Assignees

@kumaraditya303kumaraditya303

Labels
docsDocumentation in the Doc dirskip news
Projects
Status: Done
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

4 participants
@koyuki7w@bedevere-bot@hugovk@kumaraditya303

[8]ページ先頭

©2009-2025 Movatter.jp