]> granicus.if.org Git - python/commit
Issue #25472: In B[<type>], insert B in front of __bases__, to make the __dict__...
authorGuido van Rossum <guido@dropbox.com>
Thu, 19 Nov 2015 05:13:42 +0000 (21:13 -0800)
committerGuido van Rossum <guido@dropbox.com>
Thu, 19 Nov 2015 05:13:42 +0000 (21:13 -0800)
commit5497ac475857b913cdddef72d87ec171abd6a42a
tree7717f83b8f63f4aa9cdf8a0f0dd391dcd7520cc7
parent255230595f397df042c03f30674f663a9e8e2702
parentbb7c57c6cdc9e36a9b5875f5bcfd52a8df10b7ba
Issue #25472: In B[<type>], insert B in front of __bases__, to make the __dict__ descriptor work. (Merge 3.5->3.6)