Message381711
Please don't use PyDict_GetItemString(), it will be deprecated. You can use _PyDict_GetItemStringWithError().
Also always check the raised exception type before overwriting the exception, so you will not swallow MemoryError or other unexpected error. |
|
Date |
User |
Action |
Args |
2020-11-24 07:48:35 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, ncoghlan, vstinner, cmeyer, shihai1991 |
2020-11-24 07:48:35 | serhiy.storchaka | set | messageid: <1606204115.93.0.638334763215.issue42260@roundup.psfhosted.org> |
2020-11-24 07:48:35 | serhiy.storchaka | link | issue42260 messages |
2020-11-24 07:48:35 | serhiy.storchaka | create | |
|