New submission from Dan Snider <mr.assume.a...@gmail.com>:

The function has the following signature documented:

    __build_class__(func, name, *bases, metaclass=None, **kwds) 

This implies that `func` and `name` are not positional only parameters when in 
fact, they are. Another problem with that signature is that None is not a valid 
value for the metaclass parameter.

----------
messages: 354442
nosy: bup
priority: normal
severity: normal
status: open
title: Ambiguous signature for builtins.__build_class__

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue38446>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to