diff options
author | Matt Bogosian <matt@bogosian.net> | 2022-03-10 14:42:15 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-10 14:42:15 (GMT) |
commit | 32bf3597922ac3f613989582afa2bff43bea8a2f (patch) | |
tree | 021eab024d0936c9e682af8adebdf1123d83f0e1 /Misc/ACKS | |
parent | 9b51fd5d137b662c940f072297b30815f37f105b (diff) | |
download | cpython-32bf3597922ac3f613989582afa2bff43bea8a2f.zip cpython-32bf3597922ac3f613989582afa2bff43bea8a2f.tar.gz cpython-32bf3597922ac3f613989582afa2bff43bea8a2f.tar.bz2 |
bpo-46581: Propagate private vars via _GenericAlias.copy_with (GH-31061)
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>
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 |