gh-117174: Adapt test_multiple_statements_fail_early now that we have always source#131065
Conversation
…e have always source
|
Thanks @pablogsal for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13. |
|
Sorry, @pablogsal, I could not cleanly backport this to |
|
Thios doesn't need to be backported to 3.13 because the test doesn't exist there |
|
Related to #130513 (the cause of failures). |
|
@hugovk if we fix the failure as in this PR, the buildbot should pass. |
…EPL behavior (follow-up pythongh-131065) (pythonGH-131836) Adapt test to new REPL behavior (follow-up pythongh-117174) (cherry picked from commit a6cf827) Co-authored-by: Bartosz Sławecki <bartosz@ilikepython.com>
|
Thanks @pablogsal for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13. |
…e have always source (pythonGH-131065) (cherry picked from commit 4192ce1) Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
|
GH-131850 is a backport of this pull request to the 3.13 branch. |
|
(Test now does exist in 3.13 so the fix needs backporting.) |
…REPL behavior (follow-up gh-131065) (GH-131836) (#131841) gh-117174: Adapt `test_multiple_statements_fail_early` to new REPL behavior (follow-up gh-131065) (GH-131836) Adapt test to new REPL behavior (follow-up gh-117174) (cherry picked from commit a6cf827) Co-authored-by: Bartosz Sławecki <bartosz@ilikepython.com>
linecache.cachesometimes has an entry for<string>under Python 3.13.0a5 #117174