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

Update tutorial for newCopy button#135007

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
hugovk merged 4 commits intopython:mainfromStanFromIreland:tutorial-update
Jun 8, 2025

Conversation

StanFromIreland
Copy link
Member

@StanFromIrelandStanFromIreland commentedJun 1, 2025
edited
Loading

@skirpichevskirpichev added needs backport to 3.13bugs and security fixes needs backport to 3.14bugs and security fixes labelsJun 1, 2025
Copy link
Contributor

@skirpichevskirpichev left a comment

Choose a reason for hiding this comment

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

Looks good, just one nitpick.

Good catch. Currently docs are broken here.

Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com>
@skirpichevskirpichev requested review fromhugovk and removed request forrffontenelleJune 1, 2025 15:53
@hugovkhugovk merged commit254bdac intopython:mainJun 8, 2025
24 checks passed
@miss-islington-app
Copy link

Thanks@StanFromIreland for the PR, and@hugovk for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14.
🐍🍒⛏🤖 I'm not a witch! I'm not a witch!

@github-project-automationgithub-project-automationbot moved this fromTodo toDone inDocs PRsJun 8, 2025
miss-islington pushed a commit to miss-islington/cpython that referenced this pull requestJun 8, 2025
(cherry picked from commit254bdac)Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com>
@bedevere-app
Copy link

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

@bedevere-appbedevere-appbot removed the needs backport to 3.14bugs and security fixes labelJun 8, 2025
miss-islington pushed a commit to miss-islington/cpython that referenced this pull requestJun 8, 2025
(cherry picked from commit254bdac)Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com>
@bedevere-app
Copy link

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

@bedevere-appbedevere-appbot removed the needs backport to 3.13bugs and security fixes labelJun 8, 2025
hugovk pushed a commit that referenced this pull requestJun 8, 2025
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com>
hugovk pushed a commit that referenced this pull requestJun 8, 2025
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com>
@StanFromIrelandStanFromIreland deleted the tutorial-update branchJune 8, 2025 17:17
@bedevere-bot
Copy link

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

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

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

Failed tests:

  • test_perf_profiler

Failed subtests:

  • test_attach_to_process_without_colors - test.test_remote_pdb.PdbAttachTestCase.test_attach_to_process_without_colors
  • 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.14.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_remote_pdb.py", line1567, intest_attach_to_process_without_colorsself.assertEqual(output["server"]["stdout"],"Function returned: 42\n")~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^AssertionError:'Function returned: 1\n' != 'Function returned: 42\n'- Function returned: 1?                    ^+ Function returned: 42?                    ^^Traceback (most recent call last):  File"/home/buildbot/buildarea/3.14.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_perf_profiler.py", line373, intest_python_calls_appear_in_the_stack_if_perf_activatedself.assertEqual(stderr,"")~~~~~~~~~~~~~~~~^^^^^^^^^^^^AssertionError:'Warning:\nProcessed 605 events and lost 3[34 chars]\n\n' != ''- Warning:- Processed 605 events and lost 3 chunks!- - Check IO/CPU overload!- Traceback (most recent call last):  File"/home/buildbot/buildarea/3.14.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_perf_profiler.py", line373, intest_python_calls_appear_in_the_stack_if_perf_activatedself.assertEqual(stderr,"")~~~~~~~~~~~~~~~~^^^^^^^^^^^^AssertionError:'Warning:\nProcessed 637 events and lost 1[34 chars]\n\n' != ''- Warning:- Processed 637 events and lost 1 chunks!- - Check IO/CPU overload!-

lkollar pushed a commit to lkollar/cpython that referenced this pull requestJun 19, 2025
Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com>
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@rffontenellerffontenellerffontenelle approved these changes

@skirpichevskirpichevskirpichev approved these changes

@hugovkhugovkAwaiting requested review from hugovk

Assignees
No one assigned
Labels
docsDocumentation in the Doc dirskip issueskip news
Projects
Status: Done
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

5 participants
@StanFromIreland@bedevere-bot@hugovk@rffontenelle@skirpichev

[8]ページ先頭

©2009-2025 Movatter.jp