[docs] [issue28437] Class definition is not consistent with types.new_class

Nick Coghlan report at bugs.python.org
Sat Oct 15 03:53:12 EDT 2016


Nick Coghlan added the comment:

Note: I'd be open to suggestions for comments in the pure Python implementation that would have helped you find its CPython counterpart in bltinmodule.c - it isn't immediately obvious from the current code that the actual __build_class__ code invoked by CPython's class statement is somewhere else entirely.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28437>
_______________________________________


More information about the docs mailing list