Message330158
In module "threading", class "Thread" defines "is_alive" and defines "isAlive = is_alive". The derived class "_DummyThread" redefines "is_alive" but forgets to update the "isAlive" alias. As a consequence, calling "_DummyThread.isAlive" leads to an "AssertionErrror".
The "isAlive" method is mentioned in the docstring of "Thread.join". |
|
Date |
User |
Action |
Args |
2018-11-20 22:16:29 | dmaurer | set | recipients:
+ dmaurer |
2018-11-20 22:16:29 | dmaurer | set | messageid: <1542752189.25.0.788709270274.issue35283@psf.upfronthosting.co.za> |
2018-11-20 22:16:29 | dmaurer | link | issue35283 messages |
2018-11-20 22:16:29 | dmaurer | create | |
|