]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-109174: Add support of SimpleNamespace in copy.replace() (GH-109175)
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 10 Sep 2023 05:09:25 +0000 (08:09 +0300)
committerGitHub <noreply@github.com>
Sun, 10 Sep 2023 05:09:25 +0000 (08:09 +0300)
commit92578919a60ebe2b8d6d42377f1e27479c156d65
tree39e90cc7a5130e034130e23ff01b34a855626411
parent0eab2427b149cd46e0dee3efbb6b2cfca2a4f723
gh-109174: Add support of SimpleNamespace in copy.replace() (GH-109175)
Doc/library/types.rst
Lib/test/test_types.py
Misc/NEWS.d/next/Library/2023-09-09-09-05-41.gh-issue-109174.OJea5s.rst [new file with mode: 0644]
Objects/namespaceobject.c