diff options
author | Eric V. Smith <ericvsmith@users.noreply.github.com> | 2021-04-13 01:02:02 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-13 01:02:02 (GMT) |
commit | c1a66bdd6f884e2ec813891c5c7e2b1ceeede8f1 (patch) | |
tree | a39ea5c10bbf28ca900ca49709d3a5c14e057507 /Misc | |
parent | 85918e4ab6e9410008aef6dedf000d24b3e120ea (diff) | |
download | cpython-c1a66bdd6f884e2ec813891c5c7e2b1ceeede8f1.zip cpython-c1a66bdd6f884e2ec813891c5c7e2b1ceeede8f1.tar.gz cpython-c1a66bdd6f884e2ec813891c5c7e2b1ceeede8f1.tar.bz2 |
Remove an unnecessary copy of the 'namespace' parameter to make_dataclass(). (GH-25372)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2021-04-12-18-01-10.bpo-43820.YkqYW4.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-04-12-18-01-10.bpo-43820.YkqYW4.rst b/Misc/NEWS.d/next/Library/2021-04-12-18-01-10.bpo-43820.YkqYW4.rst new file mode 100644 index 0000000..2c870ac --- /dev/null +++ b/Misc/NEWS.d/next/Library/2021-04-12-18-01-10.bpo-43820.YkqYW4.rst @@ -0,0 +1,2 @@ +Remove an unneeded copy of the namespace passed to +dataclasses.make_dataclass(). |