mirror of
https://github.com/python/cpython.git
synced 2026-01-27 21:25:12 +00:00
* When the parameters argument is a list, correctly handle the case of changing it during iteration. * When the parameters argument is a custom sequence, no longer override an exception raised in ``__len__()``.