Message318317
> The tp_clear handler of OrderedDict can set an exception when fail to allocate a nodes cache for an empty dict. An exception in tp_clear is not expected and caused a crash in the garbage collector.
If it's a cache, it would be better to cancel the caching, and just destroy the dictionary, no? |
|
| Date |
User |
Action |
Args |
| 2018-05-31 14:16:40 | vstinner | set | recipients:
+ vstinner, methane, eric.snow, serhiy.storchaka |
| 2018-05-31 14:16:40 | vstinner | set | messageid: <[email protected]> |
| 2018-05-31 14:16:40 | vstinner | link | issue33712 messages |
| 2018-05-31 14:16:40 | vstinner | create | |
|