Message350993
| Author | pablogsal |
|---|---|
| Recipients | jdemeyer, methane, pablogsal, serhiy.storchaka |
| Date | 2019-09-02.12:44:15 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1567428255.9.0.888187844321.issue33418@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
This change introduced the possibility to have function objects in an inconsistent state. For example, when calling tp_clear on the function some code must be invoked that tries to ca the function but some fields are NULL causing a crash. I think we should revert this and think better how to protect against this situation. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-09-02 12:44:15 | pablogsal | set | recipients: + pablogsal, methane, serhiy.storchaka, jdemeyer |
| 2019-09-02 12:44:15 | pablogsal | set | messageid: <1567428255.9.0.888187844321.issue33418@roundup.psfhosted.org> |
| 2019-09-02 12:44:15 | pablogsal | link | issue33418 messages |
| 2019-09-02 12:44:15 | pablogsal | create | |