cpython/Misc/NEWS.d/next/Core and Builtins/2017-09-26-13-03-16.bpo-315...

3 lines
153 B
ReStructuredText

Raise a `TypeError` with a helpful error message when class creation fails
due to a metaclass with a bad ``__prepare__()`` method. Patch by Oren Milman.