]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #25472: In B[<type>], insert B in front of __bases__, to make the __dict__...
authorGuido van Rossum <guido@python.org>
Thu, 19 Nov 2015 05:12:58 +0000 (21:12 -0800)
committerGuido van Rossum <guido@python.org>
Thu, 19 Nov 2015 05:12:58 +0000 (21:12 -0800)
commitbb7c57c6cdc9e36a9b5875f5bcfd52a8df10b7ba
tree3ab34406c26a66d52a494e1604df07fbc7ea7ef6
parent6efc7e726fa225bdbdbc549a6e2799869b76c391
Issue #25472: In B[<type>], insert B in front of __bases__, to make the __dict__ descriptor work.
Lib/test/test_typing.py
Lib/typing.py