[issue43963] test_interpreters has side effects on test_signal

2021-05-03 Thread Theelgirl
Theelgirl added the comment: Sorry if I'm not supposed to open closed issues, however I believe there's a typo in the whatsnew page for this. In https://docs.python.org/3.10/whatsnew/changelog.html#changelog, the entry for bpo-43963 says "Importing the signal module in a subinterpreter has n

[issue43963] test_interpreters has side effects on test_signal

2021-04-27 Thread STINNER Victor
STINNER Victor added the comment: New changeset a5e6e6df7d1d498576bab26deaddc288a7bd by Victor Stinner in branch 'master': bpo-43963: Add _signal module state (GH-25676) https://github.com/python/cpython/commit/a5e6e6df7d1d498576bab26deaddc288a7bd -- ___

[issue43963] test_interpreters has side effects on test_signal

2021-04-27 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +24367 pull_request: https://github.com/python/cpython/pull/25676 ___ Python tracker ___ __

[issue43963] test_interpreters has side effects on test_signal

2021-04-27 Thread STINNER Victor
Change by STINNER Victor : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ __

[issue43963] test_interpreters has side effects on test_signal

2021-04-27 Thread STINNER Victor
STINNER Victor added the comment: New changeset a09766deab5aff549f40f27080895e148af922ed by Victor Stinner in branch 'master': bpo-43963: Fix import _signal in subinterpreters (GH-25674) https://github.com/python/cpython/commit/a09766deab5aff549f40f27080895e148af922ed -- __

[issue43963] test_interpreters has side effects on test_signal

2021-04-27 Thread STINNER Victor
STINNER Victor added the comment: This issue is a follow-up of bpo-41713: commit 7f9b25a21ab95f8cf8d663396993766307be475c Author: Victor Stinner Date: Tue Nov 17 23:28:25 2020 +0100 bpo-41713: Port _signal module to multi-phase init (GH-23355) Port the _signal extension module

[issue43963] test_interpreters has side effects on test_signal

2021-04-27 Thread STINNER Victor
STINNER Victor added the comment: See also bpo-43955: "Windows: Running the Python test suite sequentially is interrupted by (Pdb) prompt". -- ___ Python tracker ___

[issue43963] test_interpreters has side effects on test_signal

2021-04-27 Thread STINNER Victor
Change by STINNER Victor : -- keywords: +patch pull_requests: +24365 stage: -> patch review pull_request: https://github.com/python/cpython/pull/25674 ___ Python tracker ___ _

[issue43963] test_interpreters has side effects on test_signal

2021-04-27 Thread STINNER Victor
STINNER Victor added the comment: See also bpo-43962: "test_interpreters: when TestInterpreterAttrs.test_id_type() is run alone, it fails with an assertion error". -- ___ Python tracker ___

[issue43963] test_interpreters has side effects on test_signal

2021-04-27 Thread STINNER Victor
New submission from STINNER Victor : vstinner@DESKTOP-DK7VBIL C:\vstinner\python\master>type bisect3 test.test_signal.RaiseSignalTest.test_handler test.test_interpreters.TestInterpreterAttrs.test_main_id test.test_interpreters.TestInterpreterClose.test_from_sibling vstinner@DESKTOP-DK7VBIL C:\vs