blob: 3483301890953a27def0650fe340035c3de4ab39 [file] [log] [blame]
The concatenation (``+``) and repetition (``*``) sequence operations now
raise :exc:`TypeError` instead of :exc:`SystemError` when performed on
:class:`mmap.mmap` objects. Patch by Zackery Spytz.