]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40408: Fix support of nested type variables in GenericAlias. (GH-19836)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 4 May 2020 07:56:05 +0000 (10:56 +0300)
committerGitHub <noreply@github.com>
Mon, 4 May 2020 07:56:05 +0000 (10:56 +0300)
commit41a64587a0fd68bcd21ba42999cd3940801dff7c
treeb8d323c41c4cca2bb5abc760b0d63c83cc5af427
parent603d3546264149f323edb7952b60075fb6bc4dc2
bpo-40408: Fix support of nested type variables in GenericAlias. (GH-19836)
Lib/test/test_genericalias.py
Misc/NEWS.d/next/Core and Builtins/2020-05-01-15-36-14.bpo-40408.XzQI59.rst [new file with mode: 0644]
Objects/genericaliasobject.c