This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author bup
Recipients bup
Date 2019-10-11.11:29:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1570793351.47.0.198943437011.issue38446@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-10-11 11:29:11bupsetrecipients: + bup
2019-10-11 11:29:11bupsetmessageid: <1570793351.47.0.198943437011.issue38446@roundup.psfhosted.org>
2019-10-11 11:29:11buplinkissue38446 messages
2019-10-11 11:29:11bupcreate