This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author sobolevn
Recipients sobolevn, vstinner, xtreak
Date 2022-02-11.07:52:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1644565955.41.0.839710061742.issue46709@roundup.psfhosted.org>
In-reply-to
Content
Other tests are also affected:
- `./python.exe -m test -m unittest.test.test_break.TestBreakDefaultIntHandler.testSecondInterrupt test_unittest -F`
- `./python.exe -m test -m unittest.test.test_break.TestBreakDefaultIntHandler.testTwoResults test_unittest -F`
- `./python.exe -m test -m unittest.test.test_break.TestBreakDefaultIntHandler.testHandlerReplacedButCalled test_unittest -F`
- etc

I think that we need a universal solution, I am going to write a helper method and add it to all tests there.
History
Date User Action Args
2022-02-11 07:52:35sobolevnsetrecipients: + sobolevn, vstinner, xtreak
2022-02-11 07:52:35sobolevnsetmessageid: <1644565955.41.0.839710061742.issue46709@roundup.psfhosted.org>
2022-02-11 07:52:35sobolevnlinkissue46709 messages
2022-02-11 07:52:35sobolevncreate