mirror of
https://github.com/python/cpython.git
synced 2026-05-10 14:41:01 -04:00
a710b331da
Fix over-aggressive PyErr_Clear(). The same code fragment appears in various guises in list.extend(), map(), filter(), zip(), and internally in PySequence_Tuple().