Raymond Hettinger <rhettin...@users.sourceforge.net> added the comment:

The patch is fine.  Do consider using assertIsNot() in the tests.  Then go 
ahead and apply it.

The OverflowError in bytearray.pop() is a bug, please open a separate report 
for it and make a patch changing it to IndexError.  Assign that bug report to 
me.

Go ahead and propose a patch for MutableSequence.clear() implemented with 
MutableSequence.pop() and catching an IndexError when empty.

Thanks for your efforts.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10516>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to