Message330158
| Author | dmaurer |
|---|---|
| Recipients | dmaurer |
| Date | 2018-11-20.22:16:29 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1542752189.25.0.788709270274.issue35283@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
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". |
|
| History | |||
|---|---|---|---|
| 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 | |