Łukasz Langa <luk...@langa.pl> added the comment:

It's unclear what the original comment was about. BPO-20189 is somewhat cryptic 
to me too. `inspect.signature` never supported `type`, `round`, `int`, and so 
on. I checked 3.4.10 and 3.5.10 and in each case it looks like this:

>>> inspect.signature(type)
Traceback (most recent call last):
...
ValueError: no signature found for builtin <class 'type'>


In fact, there's open issues on that, like BPO-44618.

----------
nosy: +lukasz.langa

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

Reply via email to