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-132017: Handle SIGCONT inpyrepl#132918

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
pablogsal merged 2 commits intopython:mainfromStanFromIreland:repl-sigcont
May 5, 2025

Conversation

StanFromIreland
Copy link
Contributor

@StanFromIrelandStanFromIreland commentedApr 25, 2025
edited
Loading

Not quite sure how to test this, manual testing passes.

cc@ambv

@pablogsalpablogsal added the needs backport to 3.13bugs and security fixes labelMay 5, 2025
@pablogsalpablogsalenabled auto-merge (squash)May 5, 2025 20:12
@pablogsal
Copy link
Member

Thanks for your contribution@StanFromIreland 🚀

StanFromIreland reacted with heart emoji

@pablogsalpablogsal merged commite4561da intopython:mainMay 5, 2025
48 checks passed
@miss-islington-app
Copy link

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

@miss-islington-app
Copy link

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

cherry_picker e4561da886717ddd01ab0970452a14a1531e874d 3.13

@StanFromIreland
Copy link
ContributorAuthor

I will backport for you:-)

@bedevere-app
Copy link

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

@bedevere-appbedevere-appbot removed the needs backport to 3.13bugs and security fixes labelMay 5, 2025
StanFromIreland added a commit to StanFromIreland/cpython that referenced this pull requestMay 5, 2025
(cherry picked from commite4561da)# Conflicts:#Lib/_pyrepl/unix_console.py
@bedevere-bot
Copy link

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

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

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

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

Click to see traceback logs
remote:Enumerating objects: 18, done.remote:Counting objects:   5% (1/18)remote:Counting objects:  11% (2/18)remote:Counting objects:  16% (3/18)remote:Counting objects:  22% (4/18)remote:Counting objects:  27% (5/18)remote:Counting objects:  33% (6/18)remote:Counting objects:  38% (7/18)remote:Counting objects:  44% (8/18)remote:Counting objects:  50% (9/18)remote:Counting objects:  55% (10/18)remote:Counting objects:  61% (11/18)remote:Counting objects:  66% (12/18)remote:Counting objects:  72% (13/18)remote:Counting objects:  77% (14/18)remote:Counting objects:  83% (15/18)remote:Counting objects:  88% (16/18)remote:Counting objects:  94% (17/18)remote:Counting objects: 100% (18/18)remote:Counting objects: 100% (18/18), done.remote:Compressing objects:  11% (1/9)remote:Compressing objects:  22% (2/9)remote:Compressing objects:  33% (3/9)remote:Compressing objects:  44% (4/9)remote:Compressing objects:  55% (5/9)remote:Compressing objects:  66% (6/9)remote:Compressing objects:  77% (7/9)remote:Compressing objects:  88% (8/9)remote:Compressing objects: 100% (9/9)remote:Compressing objects: 100% (9/9), done.remote:Total 10 (delta 8), reused 3 (delta 1), pack-reused 0 (from 0)From https://github.com/python/cpython * branch                    3.13       -> FETCH_HEADNote:switching to '1dfe5def081bf8e05706df4cbd6b5590e191e70b'.You are in 'detached HEAD' state. You can look around, make experimentalchanges and commit them, and you can discard any commits you make in thisstate without impacting any branches by switching back to a branch.If you want to create a new branch to retain commits you create, you maydo so (now or later) by using -c with the switch command. Example:  git switch -c <new-branch-name>Or undo this operation with:  git switch -Turn off this advice by setting config variable advice.detachedHead to falseHEAD is now at 1dfe5def081 [3.13] gh-132017: Handle SIGCONT in `pyrepl` (#132918) (#133470)Switched to and reset branch '3.13'configure:WARNING: no system libmpdecimal found; falling back to bundled libmpdecimal (deprecated and scheduled for removal in Python 3.15)configure:WARNING: pkg-config is missing. Some dependencies may not be detected correctly.configure:WARNING: no system libmpdecimal found; falling back to bundled libmpdecimal (deprecated and scheduled for removal in Python 3.15)configure:WARNING: pkg-config is missing. Some dependencies may not be detected correctly.make:*** [testios] Terminated: 15

@StanFromIreland
Copy link
ContributorAuthor

Unrelated, and odd.

@mhsmith
Copy link
Member

@freakboy3742: This has happened a couple of times this week, the iOS tests freezing intest_socket:

Any idea of the cause? It doesn't seem to be related to the known subinterpreters issue.

@freakboy3742
Copy link
Contributor

Any idea of the cause? It doesn't seem to be related to the known subinterpreters issue.

Yeah - that's a new one for me... and it's going to be a PITA to track down with no stack trace...☹️

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

@pablogsalpablogsalpablogsal approved these changes

@lysnikolaoulysnikolaouAwaiting requested review from lysnikolaoulysnikolaou is a code owner

@ambvambvAwaiting requested review from ambvambv is a code owner

Assignees

@pablogsalpablogsal

Labels
topic-replRelated to the interactive shell
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

6 participants
@StanFromIreland@pablogsal@bedevere-bot@mhsmith@freakboy3742@ZeroIntensity

[8]ページ先頭

©2009-2025 Movatter.jp