]> granicus.if.org Git - python/commit
Issue #28790: Fix error when using Generic and __slots__ (Ivan L)
authorGuido van Rossum <guido@python.org>
Tue, 29 Nov 2016 17:46:21 +0000 (09:46 -0800)
committerGuido van Rossum <guido@python.org>
Tue, 29 Nov 2016 17:46:21 +0000 (09:46 -0800)
commit61f0a0261f0fbfd0a6b981c370a8808aad00b107
tree2e5068d5f4686c608561ee54fbacf6d1e4dc3ea2
parent47a9a4bedaa343e72898b2c7534d27f3e0cf4ff5
Issue #28790: Fix error when using Generic and __slots__ (Ivan L)
Lib/test/test_typing.py
Lib/typing.py