]> granicus.if.org Git - python/commit
bpo-31506: Improve the error message logic for object.__new__ and object.__init__...
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 20 Sep 2017 03:44:32 +0000 (06:44 +0300)
committerNick Coghlan <ncoghlan@gmail.com>
Wed, 20 Sep 2017 03:44:32 +0000 (13:44 +1000)
commita6c0c0695614177c8b6e1840465375eefcfee586
tree35181a89db25eac52bdfadae9700129e5ef506df
parentd6e2f26f3f7c62a4ddbf668027d3ba27cb0e1eca
bpo-31506: Improve the error message logic for object.__new__ and object.__init__. (GH-3650)
Misc/NEWS.d/next/Core and Builtins/2017-09-19-10-29-36.bpo-31506.pRVTRB.rst [new file with mode: 0644]
Objects/typeobject.c