]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-29894: Deprecate returning an instance of complex subclass from __complex__....
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 24 Mar 2017 19:28:43 +0000 (21:28 +0200)
committerGitHub <noreply@github.com>
Fri, 24 Mar 2017 19:28:43 +0000 (21:28 +0200)
commit671079ef6063fe227460a6c3114625fb6282bbd0
tree1b43f7ca1513741277932d064bcd9367dff88443
parentaf7b9ec5c855366feef4c67dc492d64b3baf84ca
bpo-29894: Deprecate returning an instance of complex subclass from __complex__. (#798)

In a future versions of Python this can be an error.
Lib/test/test_complex.py
Lib/test/test_getargs2.py
Misc/NEWS
Objects/complexobject.c