]> granicus.if.org Git - python/commit
bpo-23722: Raise a RuntimeError for absent __classcell__. (GH-6931)
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 20 May 2018 05:48:12 +0000 (08:48 +0300)
committerGitHub <noreply@github.com>
Sun, 20 May 2018 05:48:12 +0000 (08:48 +0300)
commitf5e7b1999f46e592d42dfab51563ea5411946fb7
tree3001498a55273fc45ac4d2c7b393190d4d2dbd42
parent8ae8e6af37f29163ee263e293570cb892dc5b5d5
bpo-23722: Raise a RuntimeError for absent __classcell__. (GH-6931)

A DeprecationWarning was emitted in Python 3.6-3.7.
Doc/reference/datamodel.rst
Doc/whatsnew/3.8.rst
Lib/test/test_super.py
Misc/NEWS.d/next/Core and Builtins/2018-05-17-13-06-36.bpo-23722.xisqZk.rst [new file with mode: 0644]
Python/bltinmodule.c