gh-156676: Fix test for non-CPython implementations - #156684
Conversation
|
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
|
Thanks @saioffl for the PR, and @ZeroIntensity for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14, 3.15. |
|
GH-156686 is a backport of this pull request to the 3.15 branch. |
|
GH-156687 is a backport of this pull request to the 3.14 branch. |
|
GH-156688 is a backport of this pull request to the 3.13 branch. |
…her implementations (GH-156684) (GH-156688) See also RustPython/RustPython#8605 (cherry picked from commit 03503dc) Co-authored-by: sai <internoffl@gmail.com>
…her implementations (GH-156684) (GH-156687) See also RustPython/RustPython#8605 (cherry picked from commit 03503dc) Co-authored-by: sai <internoffl@gmail.com>
|
gh-156676
Mark
test_pyinit_function_raises_exceptionas CPython-specific.This test uses the CPython-specific
_testsinglephasemodule, sothe test should be skipped on non-CPython implementations.
Tests:
python3 -m test test_import