diff options
author | Matt Bogosian <matt@bogosian.net> | 2022-03-11 14:57:52 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-11 14:57:52 (GMT) |
commit | 3bc801960655ea265599805eac24173164b511a6 (patch) | |
tree | ffc6d64510a05d17d56910a584707883a093c4aa /Misc/ACKS | |
parent | 4199b7ffbbaa5fe52a4c85c8672ac6773a75ba8f (diff) | |
download | cpython-3bc801960655ea265599805eac24173164b511a6.zip cpython-3bc801960655ea265599805eac24173164b511a6.tar.gz cpython-3bc801960655ea265599805eac24173164b511a6.tar.bz2 |
[3.10] bpo-46581: Propagate private vars via _GenericAlias.copy_with (GH-31061) (GH-31821)
(Cherry-picked from 32bf3597922ac3f613989582afa2bff43bea8a2f.)
GH-26091 added the _typevar_types and _paramspec_tvars instance
variables to _GenericAlias. However, they were not propagated
consistently. This commit addresses the most prominent deficiency
identified in bpo-46581 (namely their absence from
_GenericAlias.copy_with), but there could be others.
Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Diffstat (limited to 'Misc/ACKS')
-rw-r--r-- | Misc/ACKS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -190,6 +190,7 @@ Paul Boddie Matthew Boedicker Robin Boerdijk Andra Bogildea +Matt Bogosian Nikolay Bogoychev David Bolen Wouter Bolsterlee |