Message386775
| Author | iritkatriel |
|---|---|
| Recipients | CharlesFengY, Mark.Shannon, iritkatriel |
| Date | 2021-02-10.11:55:44 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1612958145.02.0.94195057658.issue43185@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Reproduced on master as well. Simplified script:
------------------------------------------
import unittest
def f():
raise TypeError
class TestAudioop(unittest.TestCase):
def test_invalid_adpcm_state(self):
self.assertRaises(TypeError, f)
self.test_invalid_adpcm_state()
TestAudioop().test_invalid_adpcm_state()
------------------------------------------ |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-02-10 11:55:45 | iritkatriel | set | recipients: + iritkatriel, Mark.Shannon, CharlesFengY |
| 2021-02-10 11:55:45 | iritkatriel | set | messageid: <1612958145.02.0.94195057658.issue43185@roundup.psfhosted.org> |
| 2021-02-10 11:55:45 | iritkatriel | link | issue43185 messages |
| 2021-02-10 11:55:44 | iritkatriel | create | |