Message 376128 - Python tracker
Message376128
| Author | pablogsal |
|---|---|
| Recipients | corona10, hoefling, pablogsal, shihai1991, vstinner |
| Date | 2020-08-30.19:43:44 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1598816625.01.0.474752714419.issue41654@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
The problem is that the deallocator of MemoryError class is not taking into account subclasses for the freelist management, but the allocator (tp_new) is. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2020-08-30 19:43:45 | pablogsal | set | recipients: + pablogsal, vstinner, corona10, shihai1991, hoefling |
| 2020-08-30 19:43:45 | pablogsal | set | messageid: <1598816625.01.0.474752714419.issue41654@roundup.psfhosted.org> |
| 2020-08-30 19:43:44 | pablogsal | link | issue41654 messages |
| 2020-08-30 19:43:44 | pablogsal | create | |