Skip to content

[3.13] gh-152132: Test all PyRun functions in test_capi.test_run (#153352)#153414

Merged
vstinner merged 1 commit into
python:3.13from
vstinner:test_pyrun_capi13
Jul 9, 2026
Merged

[3.13] gh-152132: Test all PyRun functions in test_capi.test_run (#153352)#153414
vstinner merged 1 commit into
python:3.13from
vstinner:test_pyrun_capi13

Conversation

@vstinner

@vstinner vstinner commented Jul 9, 2026

Copy link
Copy Markdown
Member

PyRun_InteractiveOneObjectEx() now raises TypeError if the second parameter type is not str.

(cherry picked from commit cd9994e)

…on#153352)

PyRun_InteractiveOneObjectEx() now raises TypeError if the second
parameter type is not str.

(cherry picked from commit cd9994e)
@vstinner

vstinner commented Jul 9, 2026

Copy link
Copy Markdown
Member Author

Oh no, the TSan job failed with:

Error: Distribution 'ubuntu' in version '24.04.4 LTS (Noble Numbat)' is not supported by this script.

commands:

        wget https://apt.llvm.org/llvm.sh
        chmod +x llvm.sh
        sudo ./llvm.sh 20

@vstinner

vstinner commented Jul 9, 2026

Copy link
Copy Markdown
Member Author

Error: Distribution 'ubuntu' in version '24.04.4 LTS (Noble Numbat)' is not supported by this script.

That's very strange. I re-ran the job, and the llvm.sh script succeeded!?

@vstinner vstinner merged commit 91abe31 into python:3.13 Jul 9, 2026
102 of 106 checks passed
@vstinner vstinner deleted the test_pyrun_capi13 branch July 9, 2026 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant