Message318287
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. In the master branch it will cause just writing a traceback to stderr (see issue33622), but in any case it would be better to handle the failure locally in OrderedDict. Perhaps the cache for an empty dict is not needed. |
|
Date |
User |
Action |
Args |
2018-05-31 12:08:48 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, methane, eric.snow |
2018-05-31 12:08:48 | serhiy.storchaka | set | messageid: <1527768528.87.0.682650639539.issue33712@psf.upfronthosting.co.za> |
2018-05-31 12:08:48 | serhiy.storchaka | link | issue33712 messages |
2018-05-31 12:08:48 | serhiy.storchaka | create | |
|