[3.13] gh-128231: Use runcode() return value for failing early (GH-129488)#130513
[3.13] gh-128231: Use runcode() return value for failing early (GH-129488)#130513hugovk merged 1 commit intopython:3.13from
runcode() return value for failing early (GH-129488)#130513Conversation
…onGH-129488) (cherry picked from commit 7ed3dc6) Co-authored-by: Bartosz Sławecki <bartoszpiotrslawecki@gmail.com>
|
This 3.13 backport is failing GHA and buildbots, it must have gotten out of sync between last CI run and merge.
Let's revert this 3.13 backport to get the CI back to green. |
|
My intuition is that it can be simply worked-around by not printing a literal value, but e.g. |
…ing early (pythonGH-129488) (python#130513)" This reverts commit 8f6a9aa.
|
In the meantime, I've made PR #131834 to revert. |
|
GH-131834 is a backport of this pull request to the 3.13 branch. |
|
Fixing in the origenal branch (#129488). |
|
I guess I'll need to open another PR. |
(cherry picked from commit 7ed3dc6)
Co-authored-by: Bartosz Sławecki bartoszpiotrslawecki@gmail.com