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-133304: workaround for RISC-V in PyFloat_Pack4/Unpack4()#133328

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
vstinner merged 4 commits intopython:mainfromskirpichev:wa-risc-v/133304
May 3, 2025

Conversation

skirpichev
Copy link
Contributor

@skirpichevskirpichev commentedMay 3, 2025
edited by bedevere-appbot
Loading

@skirpichev

This comment was marked as resolved.

@bedevere-bot

This comment was marked as outdated.

@skirpichev

This comment was marked as resolved.

@bedevere-bot
Copy link

🤖 New build scheduled with the buildbot fleet by@skirpichev for commit6fdf4a6 🤖

Results will be shown at:

https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F133328%2Fmerge

The command will test the builders whose names match following regular expression:risc

The builders matched are:

  • riscv64 Ubuntu23 PR

@skirpichev

This comment was marked as resolved.

@bedevere-bot
Copy link

🤖 New build scheduled with the buildbot fleet by@skirpichev for commit6fdf4a6 🤖

Results will be shown at:

https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F133328%2Fmerge

The command will test the builders whose names match following regular expression:x86

The builders matched are:

  • x86 Debian Non-Debug with X PR
  • x86-64 MacOS Intel NoGIL PR
  • x86-64 MacOS Intel ASAN NoGIL PR
  • x86-64 macOS PR
  • x86 Debian Installed with X PR

@skirpichevskirpichev changed the titlegh-133304: workaround for RISC-V in PyFloat_Pack4()gh-133304: workaround for RISC-V in PyFloat_Pack4/Unpack4()May 3, 2025
@skirpichevskirpichev added the 3.14bugs and security fixes labelMay 3, 2025
@skirpichevskirpichev marked this pull request as ready for reviewMay 3, 2025 07:16
@skirpichevskirpichev requested a review fromvstinnerMay 3, 2025 07:19
@skirpichev

This comment was marked as resolved.

@bedevere-bot
Copy link

🤖 New build scheduled with the buildbot fleet by@skirpichev for commit48a1041 🤖

Results will be shown at:

https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F133328%2Fmerge

The command will test the builders whose names match following regular expression:risc

The builders matched are:

  • riscv64 Ubuntu23 PR

@skirpichevskirpichev requested a review fromvstinnerMay 3, 2025 12:07
Copy link
Member

@vstinnervstinner left a comment

Choose a reason for hiding this comment

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

LGTM, but does it work on Risc-V? :-) I didn't check buildbot.

@vstinner
Copy link
Member

buildbot/riscv64 Ubuntu23 PR — Build done.

Ah yes, it works!

@vstinnervstinner merged commitf16f06f intopython:mainMay 3, 2025
47 checks passed
@vstinner
Copy link
Member

Merged, thanks.

@bedevere-bot
Copy link

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

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

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

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

==

Click to see traceback logs
Traceback (most recent call last):  File"/Users/buildbot/Library/Developer/XCTestDevices/7530802D-F7A4-40FF-B2FD-EF3A1E801DFC/data/Containers/Bundle/Application/F956122D-DAEA-4A16-9C11-0BE94ECD7522/iOSTestbed.app/python/lib/python3.14/threading.py", line1079, in_bootstrap_innerself._context.run(self.run)~~~~~~~~~~~~~~~~~^^^^^^^^^^  File"/Users/buildbot/Library/Developer/XCTestDevices/7530802D-F7A4-40FF-B2FD-EF3A1E801DFC/data/Containers/Bundle/Application/F956122D-DAEA-4A16-9C11-0BE94ECD7522/iOSTestbed.app/python/lib/python3.14/threading.py", line1021, inrunself._target(*self._args,**self._kwargs)~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  File"/Users/buildbot/Library/Developer/XCTestDevices/7530802D-F7A4-40FF-B2FD-EF3A1E801DFC/data/Containers/Bundle/Application/F956122D-DAEA-4A16-9C11-0BE94ECD7522/iOSTestbed.app/python/lib/python3.14/test/test_interpreters/test_stress.py", line30, intask    interp= interpreters.create()  File"/Users/buildbot/Library/Developer/XCTestDevices/7530802D-F7A4-40FF-B2FD-EF3A1E801DFC/data/Containers/Bundle/Application/F956122D-DAEA-4A16-9C11-0BE94ECD7522/iOSTestbed.app/python/lib/python3.14/test/support/interpreters/__init__.py", line76, increateid= _interpreters.create(reqrefs=True)interpreters.InterpreterError:interpreter creation failedk

@bedevere-bot
Copy link

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

Hi! The buildbotaarch64 Android 3.x (tier-3) has failed when building commitf16f06f.

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

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

Click to see traceback logs
Traceback (most recent call last):  File"/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/asyncio/runners.py", line118, inrunreturnself._loop.run_until_complete(task)^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  File"/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/asyncio/base_events.py", line687, inrun_until_completereturn future.result()^^^^^^^^^^^^^^^  File"/Users/android/buildarea/3.x.mhsmith-android-aarch64/build/Android/android.py", line530, inrun_testbedasyncwith asyncio.TaskGroup()as tg:  File"/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/asyncio/taskgroups.py", line134, in__aexit__raise propagate_cancellation_error  File"/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/asyncio/taskgroups.py", line110, in__aexit__awaitself._on_completed_futasyncio.exceptions.CancelledError

@skirpichevskirpichev deleted the wa-risc-v/133304 branchMay 4, 2025 02:26
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@vstinnervstinnervstinner approved these changes

Assignees
No one assigned
Labels
3.14bugs and security fixes
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@skirpichev@bedevere-bot@vstinner

[8]ページ先頭

©2009-2025 Movatter.jp