Issue #28790: Fix error when using Generic and __slots__ (Ivan L) (3.5->3.6)
authorGuido van Rossum <guido@python.org>
Tue, 29 Nov 2016 17:46:26 +0000 (09:46 -0800)
committerGuido van Rossum <guido@python.org>
Tue, 29 Nov 2016 17:46:26 +0000 (09:46 -0800)
commitc349374ee6309a9e85d98c2c9c22b9ce0e48bdfc
treef8b3bfaa48fd9521be61bd7b745b0e15677f83b5
parent11dd6048aa3dc94e9b709f638301b0ccfcd4b9ee
parent61f0a0261f0fbfd0a6b981c370a8808aad00b107
Issue #28790: Fix error when using Generic and __slots__ (Ivan L) (3.5->3.6)