Message379172
| Author | erlendaasland |
|---|---|
| Recipients | berker.peksag, corona10, erlendaasland, vstinner |
| Date | 2020-10-20.22:59:24 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1603234765.28.0.484464579466.issue42064@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Connection.__init__() fixed by iterating though tp_bases in order to find the correct base class to load the state from. There should be a better way to do this than to dig through type member internals. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2020-10-20 22:59:25 | erlendaasland | set | recipients: + erlendaasland, vstinner, berker.peksag, corona10 |
| 2020-10-20 22:59:25 | erlendaasland | set | messageid: <1603234765.28.0.484464579466.issue42064@roundup.psfhosted.org> |
| 2020-10-20 22:59:25 | erlendaasland | link | issue42064 messages |
| 2020-10-20 22:59:24 | erlendaasland | create | |