| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
🤖 New build scheduled with the buildbot fleet by @gvanrossum for commit 92b493d 🤖 If you want to schedule another build, you need to add the 🔨 test-with-buildbots label again. |
Sorry, something went wrong.
|
I tested manually the change on ppc64. I confirm that this change fix ./python -m test -v test_capi on big endian machine. I built Python with ./configure --with-pydebug && make -j32: it builds C code with gcc -Og, GCC 13.1.0 on Debian Sid. Without the fix, I am able to reproduce the issue. |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM. The change retrieves the original opcode stored in executors by insert_executor().
Sorry, something went wrong.
Co-authored-by: Victor Stinner <vstinner@python.org>
|
Thanks for the fix. |
Sorry, something went wrong.
…ython#107256) Co-authored-by: Victor Stinner <vstinner@python.org>
| Back | FazBrowse Home | New Git URL |
If this fixes the big-endian buildbots it should also fix gh-107083.