]> git.ipfire.org Git - thirdparty/babel.git/commit
Add __copy__ and __deepcopy__ to LazyProxy. 100/head
authorastaric <anze.staric@gmail.com>
Thu, 12 Jun 2014 07:33:36 +0000 (09:33 +0200)
committerastaric <anze.staric@gmail.com>
Wed, 5 Aug 2015 16:21:00 +0000 (18:21 +0200)
commita1cc3f1ca8149cddd97bd6823857cc9e3eba544e
treee3c1274701ac51feb91985b7f568dbc51d28db93
parent5c073d75a581a178c4679a073553c589d79c1d7e
Add __copy__ and __deepcopy__ to LazyProxy.

Python's copy.copy and copy.deepcopy do not call objects __init__,
resulting in endless recursion.
babel/support.py
tests/test_support.py