blob: dfd1e79786abec9ecb6e3cae8249feb5ea43bf3e (
plain)
1
2
3
4
|
A :exc:`RuntimeError` is now raised when the custom metaclass doesn't
provide the ``__classcell__`` entry in the namespace passed to
``type.__new__``. A :exc:`DeprecationWarning` was emitted in Python
3.6--3.7.
|