]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-27141: Fix collections.UserList and UserDict shallow copy. (GH-4094)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 19 May 2019 14:26:35 +0000 (07:26 -0700)
committerGitHub <noreply@github.com>
Sun, 19 May 2019 14:26:35 +0000 (07:26 -0700)
commit3645d29a1dc2102fdb0f5f0c0129ff2295bcd768
tree765a230e1468467994f66e70d2494d91a47b86da
parentf81b33badab5d83afc7ee32c37e65a5cf60ad757
bpo-27141: Fix collections.UserList and UserDict shallow copy. (GH-4094)

(cherry picked from commit f4e1babf44792bdeb0c01da96821ba0800a51fd8)

Co-authored-by: Bar Harel <bzvi7919@gmail.com>
Lib/collections/__init__.py
Lib/test/test_collections.py
Misc/NEWS.d/next/Library/2017-10-24-00-42-14.bpo-27141.zbAgSs.rst [new file with mode: 0644]