April 26, 2001
8:28 p.m.
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