[Python-Dev] [ python-Bugs-416670 ] MatchObjects not deepcopy()able

Martin v. Loewis martin@loewis.home.cs.tu-berlin.de
Thu, 26 Apr 2001 22:28:17 +0200


> thought I'd check this one with python-dev before marking it as
> "won't fix".  I cannot see any reason why anyone would even attempt
> to deepcopy match objects...

What's wrong with patch #419070, which fixes the bug? Like any other
immutable object, deepcopying a match object means returning it.

Regards,
Martin