Message244627
Using PyDict_GetItemWithError() is a good idea. Also, raising KeyError when the value is NULL (and no errors set) eliminates the crash. Here's a patch that fixes the problem. Unless there are any objections, I'll commit it in a couple hours. |
|
| Date |
User |
Action |
Args |
| 2015-06-02 01:08:20 | eric.snow | set | recipients:
+ eric.snow, Arfrever, skrah, yselivanov |
| 2015-06-02 01:08:20 | eric.snow | set | messageid: <1433207300.9.0.343771493526.issue24347@psf.upfronthosting.co.za> |
| 2015-06-02 01:08:20 | eric.snow | link | issue24347 messages |
| 2015-06-02 01:08:20 | eric.snow | create | |
|